Update panel with response.write
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, I have a gridview in my page which has the linkbutton as template. I used rowcommand to process in the codebehind and this will download the mpp file to the server. I have an isssue here because am using response.binarywrite in the method. When i googled out i came to knw this can be resolved by adding the control in postback trigger but the control am using is the linkbutton template control in the gridview. Kindly let me know how to pinpoint this control in the trigger. Thanks Maheshkumar B