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
murali athmuri
NA
36
59.3k
Bind data to dynamic gridview cells
Jan 29 2013 7:04 PM
Dear sir,
I want bind data to dynamic gridview cell. How to bind it. can u please solve my problem
for (int j = 1; j < GridView2.Columns.Count; j++)
{
tim1 = GridView2.Columns[j].HeaderText;
dt = tbal.retriveheader(clas, sec, tim1);
dt.Columns["Column1"].ColumnName = tim1;
DataRow dr = dt.NewRow();
dr[tim1] = dt.Rows[0][1].ToString();
GridView2.DataSource = dt;
GridView2.DataBind();
}
Reply
Answers (
2
)
application working in one but not in another machine
ActiveX not invoking from asp.net