How to implement Auto Format in grid view control and data binding in Asp.net
Step 2 : Open that page and Drag and Drop GridView control from Toolbox Diaglog box
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
Step 3 :Right click on Grid View Control select auto format option.
Step 4 :Select your style and click on ok button style will be apply to grid view control.
Step 5 : Just run your application and see see the grid view
No comments:
Post a Comment
Thank you for your interest .