Saturday, March 10, 2012

Zoom in popup for asp:GridView

Try to check out this link about how to apply asp:PopupExtender to a GridView for reference - http://forums.asp.net/2/1441672/ShowThread.aspx
You can try to take a look at Scott's blog about Ajax controlkit - http://weblogs.asp.net/scottgu/archive/2006/06/19/More-Atlas-Resources-_2800_Videos_2C00_-Articles_2C00_-WebCasts-and-Books_2900_.aspx
Try to look into this blog about Explaining the Toolkit's Extender classes - http://blogs.msdn.com/sburke/archive/2006/04/21/580279.aspx
asp:PopupExtender andasp:PopupControlExtender are suitable to popup a window,and you can apply one of them to the GridView.
Wish the above can give you some ideas.

No comments:

Post a Comment