How to fix the datagrid size.
ASP.NET
4
Posts
2
Posters
1
Views
1
Watching
-
hi, I want do display a small paragraph in a datagrid, how to fix the datagrid width in asp 2.0.
jai
DataGrid has an one property called Width.:) You can set it by pixel. for example.
Width="100px"
please don't forget to vote on the post that helped you.
-
DataGrid has an one property called Width.:) You can set it by pixel. for example.
Width="100px"
please don't forget to vote on the post that helped you.
-
In datagrid there is one itemStyle section you can set item property there. bEst rEgard pAthan
please don't forget to vote on the post that helped you.