Hi,
Can you please help me how can I create Collapsible asp.net panels programmatically(means i do not want to create in webform.aspx page.I need to do it in webform.aspx.cs page).It would be greate of you provide me a sample application since i have no idea about "ASP.NET AJAX collapsiblepanelextender" and I am new to Ajax.
Regards,
Mishalkk09
1 reply to this topic
#1
Posted 23 March 2011 - 05:26 AM
|
|
|
#2
Posted 27 March 2011 - 04:43 PM
The collapsing part of the panel is handled by the browser, not the server. So that would imply something like a combination of CSS and/or javascript.
The ASP.NET Ajax Control Toolkit has one, which will automatically include all such javascript.
Check this out:
CollapsiblePanel Sample
The ASP.NET Ajax Control Toolkit has one, which will automatically include all such javascript.
Check this out:
CollapsiblePanel Sample
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









