K
kuangzhang
Dear MS Gurus,
I have read many posts on the Gridview pagerstyle problem but have yet
to see a fix or an work around.
Following is what I am experiencing:
in the Aspx Page I have this <PagerStyle CssClass="PagerSytle"/>
After render the Aspx page the HTML looks like this
<tr class="PagerStyle" >
<td colspan="9">
<table border="0">
<tr>
<td><span>1</span></td>
<td><a
href="javascript:__doPostBack('MyTasks$gvMy','Page$2')">2</a></td>
<td><a
href="javascript:__doPostBack('MyTasks$gvMy','Page$3')">3</a></td>
<td><a
href="javascript:__doPostBack('MyTasks$gvMy','Page$4')">4</a></td>
</tr>
</table>
</td>
tr/td? I can I get to that table to apply an style on it. Any help
would be greatly appreciated.
PS. I am not very sharp to please be specific ïŠ Thanks.
I have read many posts on the Gridview pagerstyle problem but have yet
to see a fix or an work around.
Following is what I am experiencing:
in the Aspx Page I have this <PagerStyle CssClass="PagerSytle"/>
After render the Aspx page the HTML looks like this
<tr class="PagerStyle" >
<td colspan="9">
<table border="0">
<tr>
<td><span>1</span></td>
<td><a
href="javascript:__doPostBack('MyTasks$gvMy','Page$2')">2</a></td>
<td><a
href="javascript:__doPostBack('MyTasks$gvMy','Page$3')">3</a></td>
<td><a
href="javascript:__doPostBack('MyTasks$gvMy','Page$4')">4</a></td>
</tr>
</table>
</td>
With that said why is the gridview creating a subtable within the pagerFrom the above it easy to see why the style is not taking an effect.
tr/td? I can I get to that table to apply an style on it. Any help
would be greatly appreciated.
PS. I am not very sharp to please be specific ïŠ Thanks.