How to close an ajax panel by code without postback in ASP.NET?
Hi Everyone,
I am using an AJAX extender on a panel that lets me expand and collapse a panel when I click a button. Does anyone know how to collapse a panel by code without doing a postback? I looked at the properties and methods on the ajax toolkit page and either it is not possible or I am missing it.
Actually there is a postback on what I am doing - I forgot. But the page comes back with it open still.
Thanks for any help!
Warren
Re: How to close an ajax panel by code without postback in ASP.NET?
Hi there,
Did you use AJAX ScriptManager and UpdatePanel?
Re: How to close an ajax panel by code without postback in ASP.NET?
WarrenW,
Can you show the code/markup that you are currently using?
Gary