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
Sreekanth Reddy
NA
1
1k
Gridview Cell splitting
Jan 1 2015 10:26 PM
Please Explain the below statement:
GridViewRow
row =
new
GridViewRow
(0, 0,
DataControlRowType
.Header,
DataControlRowState
.Normal);
TableHeaderCell
cell =
new
TableHeaderCell
();
cell.Text =
"Customers"
;
cell.ColumnSpan = 2;
row.Controls.Add(cell);
GridView1.HeaderRow.Parent.Controls.AddAt(0, row);
Thank you.
Reply
Answers (
1
)
Issue in forming an SQL Query
how To disable textbox inside gridview