Exploreasp
Saturday, December 10, 2011
Accordian headers all collapsed initially on page load
Accordion1.SelectedIndex = -1;
Accordion1.RequireOpenedPane =
false
;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Ajax CalendarExtender displaying at wrong position in Chrome
< script type ="text/javascript" language ="javascript"> function onCalendarShown(sender, args)...
Get current page name in ASP.NET
This function can be used to retrieve the current page:s name, i.e default.aspx, hello.aspx or whatever. public string GetCurrentPage...
Ajax CalendarExtender displaying at wrong position in Chrome
< script type ="text/javascript" language ="javascript"> function onCalendarShown(sender, args)...
Navigate to previous page in Asp.net
There are various ways using which you can navigate back to the previous page. To keep the example short and simple, I will be using two ...
No comments:
Post a Comment