Skip to content

Instantly share code, notes, and snippets.

@begedin
Last active December 17, 2015 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save begedin/5532854 to your computer and use it in GitHub Desktop.
Save begedin/5532854 to your computer and use it in GitHub Desktop.
Typical ASP.NET GridVIew Control Creation
<asp:GridView
ID="gvMyGridID" runat="server"
DataSourceID="myDataSource"
AutoGenerateColumns="False"
GridLines="None"
AllowPaging="true"
CssClass="myGridClass"
PagerStyle-CssClass="myPagerClass"
AlternatingRowStyle-CssClass="myAltRowClass">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment