how to make an horizontal scroll for my large GridView ?
...exquestion here : http://stackoverflow.com/questions/2091684/asp-net-fix-gridview-or-detailview
how to make an horizontal scroll for my large GridView ?
...exquestion here : http://stackoverflow.com/questions/2091684/asp-net-fix-gridview-or-detailview
Try wrapping a <div style="overflow-x:auto;width:800px"> </div>
around the GridView.