grid view control problem
-
I have problem with paging of gridview control. Guys can u tell me does grid view control contain scrolling property? I am working on visual studio 2005. Actuallly i want to display some data that i retrive it from wmi query.. But the data is so large., it could manage it in one page.. but still to see the data i need to scroll Iexplorer scoller. So i want to provide scrolling property to grid view control. Do u know how to do it?
-
I have problem with paging of gridview control. Guys can u tell me does grid view control contain scrolling property? I am working on visual studio 2005. Actuallly i want to display some data that i retrive it from wmi query.. But the data is so large., it could manage it in one page.. but still to see the data i need to scroll Iexplorer scoller. So i want to provide scrolling property to grid view control. Do u know how to do it?
You can set your gridview's width to 100% then put it inside a Panel control. Panel can be set to be scrollable...
Nila