TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mahesh Babu
NA
118
32.3k
How to add Dynamic columns to my table in asp.net
Aug 31 2018 3:44 AM
How to add Dynamic columns to my table in asp.net
below u can find the code
<asp:gridview id="CustomersGridView" datasourceid="SqlDataSource1"
EmptyDataText ="No data available." runat="server" AutoGenerateColumns="False" CellPadding="4" DataKeyNames="id" ForeColor="#333333" GridLines="None">
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<Columns>
<asp:BoundField DataField="id" HeaderText="id" />
<asp:BoundField DataField="id" HeaderText="name"/>
</Columns>
</asp:gridview>
please help me this
Reply
Answers (
1
)
how to add Dynamic Columns to My Table in asp.net
Dynamic Vertical Menu bar in asp.net