I am working on nested gridview concept...
Here is the html source and the javascript function ... The image in the gridview disappears after a user clicks on it.. Why is it happening so? Please correct me.
===========================================
ShowFooter="true" Font-Size="8.25pt"
Font-Names="Tahoma" runat="server"
Width="800px" onrowdatabound="GridView1_RowDataBound"
BorderColor="#666699" BorderStyle="Solid">
', 'one');">
<%--
" style="display:none;position:relative;left:15px;OVERFLOW: auto;WIDTH:97%" >
AutoGenerateColumns="false" Font-Names="Verdana" runat="server" DataKeyNames="ItemID" ShowFooter="true"
BorderStyle="Double" BorderColor="#0083C1">
<%--
--%>
Delete
Add
BorderStyle="Double" BorderColor="#0083C1">
<%--

Amit ChoudharyPosted Oct 4, 2011, 11:56 AM
', 'one');">
I'm not able to interpret it what exactly this is doing but i'm sure this is the culprit. The click event after rendering must be having some buggy snippet generated for event.
Have a look at source code of rendered page in browser and look for the generated code in .aspx page. If you didn't find anything then post the generated code line not all but the section where we can see the code for this href="" javascript code.