G
Gunawan
Hi,
I think aspanel does not populate well in opera.
this is a code snippet.
<tr style="width:100%">
<td align="center" style="width:100%">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tr style="width:100%">
<td style="width:100%">
<aspanel ID="pnView" runat="server"
Width="100%"
Wrap="False"
Visible="false">
<asp:GridView ID="gv" runat="server"
in IE7 and Firefox the look of the page is good but not in Opera.
Is there any other container that I can use beside aspanel?
Regards,
Gun
I think aspanel does not populate well in opera.
this is a code snippet.
<tr style="width:100%">
<td align="center" style="width:100%">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tr style="width:100%">
<td style="width:100%">
<aspanel ID="pnView" runat="server"
Width="100%"
Wrap="False"
Visible="false">
<asp:GridView ID="gv" runat="server"
in IE7 and Firefox the look of the page is good but not in Opera.
Is there any other container that I can use beside aspanel?
Regards,
Gun