Hi, I just had a quick question. I have a Gridview with a linkbutton template column that fires the Gridview_RowCommand Event and this opens a modalpopup. I would like to use the AJAX updatepanel to prevent the the entire screen from posting back when
the linkbutton on the grid opens the popup but not sure how to go about it given the fact that I cannot point the linkbutton to an invisible button (so it can be attached to the async trigger) because I need to know which row on the grid the user clicked.
Think I have it. I just wrapped the entire html in an UpdatePanel. Some things will needt o be tweeked and I will probably need an updateprogress control.
Thanks
Marked as answer by BU XI - MSFT on Feb 27, 2012 12:51 AM
maikeru-sama
Member
17 Points
34 Posts
Modalpopup on Gridview without full postback
Feb 20, 2012 11:53 AM|LINK
Hi, I just had a quick question. I have a Gridview with a linkbutton template column that fires the Gridview_RowCommand Event and this opens a modalpopup. I would like to use the AJAX updatepanel to prevent the the entire screen from posting back when the linkbutton on the grid opens the popup but not sure how to go about it given the fact that I cannot point the linkbutton to an invisible button (so it can be attached to the async trigger) because I need to know which row on the grid the user clicked.
maikeru-sama
Member
17 Points
34 Posts
Re: Modalpopup on Gridview without full postback
Feb 20, 2012 12:19 PM|LINK
Think I have it. I just wrapped the entire html in an UpdatePanel. Some things will needt o be tweeked and I will probably need an updateprogress control.
Thanks
chetan.sarod...
All-Star
65729 Points
11138 Posts
Re: Modalpopup on Gridview without full postback
Feb 21, 2012 02:25 AM|LINK
Hi, Please refer this
http://stackoverflow.com/questions/4872210/full-postback-triggered-by-linkbutton-inside-gridview-inside-updatepanel
http://www.dotnetcurry.com/ShowArticle.aspx?ID=212
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.