0

Is it possible to display a grid view table when a text or a button is clicked. When the user click on a text

view grid

then the gridview should just slide down the text view grid. Is there any ajax toolkit control to do that. I dont want it like a pop up want to display it in the same screen.

Joel Coehoorn
  • 399,467
  • 113
  • 570
  • 794
Mark
  • 2,720
  • 15
  • 56
  • 87

1 Answers1

1

I think you want the collapsible Panel:

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CollapsiblePanel/CollapsiblePanel.aspx

PS: When you get really frustrated with the AJAX toolkit, you might want to look into jQuery and jQuery UI.

Steve Wellens
  • 20,506
  • 2
  • 28
  • 69
  • 1
    @Steve: Even if my opinion is unpopular, it's easier to get frustrated with ASP.NET Ajax + jQuery than with AjaxControlToolkit. – Tim Schmelter Oct 11 '11 at 13:29
  • ... example on frustrating jQuery UI issues with UpdatePanel: http://stackoverflow.com/questions/5662263/jquery-dialog-postback-but-updatepanel-doesnt-get-updated – Tim Schmelter Oct 11 '11 at 13:43