i have a panel that i put a gridview into. i set the panel to vertical scrollbar. how can i make the panel to maintain scroll position and how can i remove the header from the gridview
not sure about mantaining the scroll position, but if you dont' want the gridview header, simply get rid of "HeaderText", that should do.
compcad:
how can i remove the header from the gridview
Set the ShowHeader property to false. it will remove gridview headers.
compcad:
how can i make the panel to maintain scroll position
http://forums.asp.net/p/1076981/1716235.aspx
hope this helps./.
0 comments:
Post a Comment