hi,
I am showing an image in my gridview. within n Update Panel. There is also a delete button
but the problem is the image does not disapear on first click
only 2nd click of if I refresh the page...???
<asp:GridView ID="GridView1" runat="server"
AutoGenerateColumns="False"
DataKeyNames="ImageId"
DataSourceID="ObjectDataSource6"
onrowdeleted="GridView1_RowDeleted"
onrowdeleting="GridView1_RowDeleting"
style="margin-bottom: 0px"
  ...
Go to the complete details ...