When you remove Update Panel then actually your page post back completely . before this it was partially postback on button click. so if you put button and gridview in same update panel then it should works or if you put gridview and button in diffrent update
panel then set the attribute updatemode = "Conditional".
Regards
Shwetamber
Marked as answer by ermine0122 on Mar 02, 2012 03:19 AM
shwetamber
Participant
1252 Points
294 Posts
Re: Template column in GridView
Feb 28, 2012 05:59 AM|LINK
Hi,
When you remove Update Panel then actually your page post back completely . before this it was partially postback on button click. so if you put button and gridview in same update panel then it should works or if you put gridview and button in diffrent update panel then set the attribute updatemode = "Conditional".
Regards
Shwetamber