Skip to content

Instantly share code, notes, and snippets.

@corespider
Created February 26, 2022 11:41
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 corespider/67a43988a9634343f867c2be8450e725 to your computer and use it in GitHub Desktop.
Save corespider/67a43988a9634343f867c2be8450e725 to your computer and use it in GitHub Desktop.
How to Bind Array to GridView in ASP.Net
<asp:GridView ID="gridView1" runat="server" CssClass="table-striped"
AutoGenerateColumns="true" AllowPaging="true"
PageSize="10" Caption="One Dimensional Array">
</asp:GridView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment