Thread
:
ASP datagrids in visual studio 2005
View Single Post
19-02-2008, 14:56
#
6
r1ch
Inactive
Join Date: Mar 2004
Posts: 311
Re: ASP datagrids in visual studio 2005
I do Java and C++ rather than .NET but couldn't you just wrap it in a div?
something like:
Code:
<div style="width:300px;height:300px;overflow:auto;"> ...datagrid... </div>
should do it shouldn't it?
r1ch
View Public Profile
Find More Posts by r1ch