User-1837324441 posted
Hi Friends ,
I just spend little time and the solution which solved my bug is ,i have just remove the "id" from my code.
Please find updated code below .
<TBODY>
<TR>
<TD vAlign="top" align="left" width="100%" colSpan="2"><uc1:headermain runat="server"></uc1:headermain></TD>
</TR>
<TR>
<TD vAlign="top" align="left" width="200" height="100%"><uc1:leftmain runat="server"></uc1:leftmain></TD>
<TD vAlign="top" align="left" width="690" height="100%">
<TBODY>
<TR>
<TD vAlign="top" align="left" width="100%" colSpan="2"><uc1:headermain id="headermain" runat="server"></uc1:headermain></TD>
</TR>
<TR>
<TD vAlign="top" align="left" width="200" height="100%"><uc1:leftmain id="leftmain" runat="server"></uc1:leftmain></TD>
<TD vAlign="top" align="left" width="690" height="100%">
//--------------------------------------------------------------------------------------------
if somebody is facing such problem,Please find complete solution to this blog,
http://rajeshssingh.blogspot.com/
Rajesh Singh,
Asp.Net Developer