Jump to content

create ASP.NET Collapsible panels programmatically

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Mishalkk09

Mishalkk09

    Newbie

  • Members
  • Pip
  • 3 posts
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

#2
sam_coder

sam_coder

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 372 posts
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




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users