I have a gridview with 7 columns. I have linkbuttons in almost all the columns. This gridview is in a updatePanel and updateprogress control is there on the page. When I click on the first column(linkbutton) it should show message in updateprogres template and for all other click, it should not show that message......like udpateprogress should not be visisble. I tried cetting
Updateprogress.visible = false in rowcommandevent of gridview but it is not working.
Any ideas please???
Thanks,
Srijyothi.