tags:

views:

5

answers:

1

How to add vertical and horizontal scroll for grid view in Dot Net ?

A: 
<div style="position:absolute;overflow:auto;">


 //put your Gridview here....
</div>
Muhammad Akhtar