I am looking at the generated HTML. The same HTML is producing different results. -smc
smcirish Texas
I am looking at the generated HTML. The same HTML is producing different results. -smc
smcirish Texas
I am using IE 7. -smc
smcirish Texas
<div style="height: 300px; overflow: auto;"> <asp:DataGrid ....> .... </asp:DataGrid> </div> The above used to work until I migrated to VS2008. Now the scrollbar is broken(it moves but the data won't) Has something changed?
smcirish Texas
<div style="height: 300px; overflow: auto;"> <asp:DataGrid ....> .... </asp:DataGrid> </div> The above used to work until I migrated to VS2008. Now the scrollbar is broken(it moves but the data won't). Has something changed?
smcirish Texas
I had enclosed the datagrid in a <div> element <code><DIV style="OVERFLOW-Y: auto;</code> . . . The horizontal scrollbar will move, but the datagrid will not scroll thru the data. Is there a new way to do this now? Please advise,
smcirish Texas