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
PankaJ D
NA
154
0
How to access the control in grid view.
Apr 5 2011 3:49 AM
I want to access the control in gridview,but not in grid events,I have use following code but its not working plz help me..
foreach (GridViewRow row in gvRegisterProduct.Rows)
{
if (row.RowType == DataControlRowType.DataRow)
{
LinkButton lbreview = (LinkButton)row.FindControl("review");
lbreview.Attributes.Add("style", "display:block");
}
}
Reply
Answers (
4
)
Very Urgent Help.need OCR Project Help(Modi dll for Office 2007)
Create a webpage and on click of button, run an application