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
srinath
NA
144
0
find radiobuttonlist control in gridview
Jun 23 2010 2:59 AM
hi,
My problem is I have a radiobuttonlist in my gridview. after firing the gridview
rowediting event i am unable to see my radiobuttonlist
I tried like this,
RadioButtonList rbl = editingRow.FindControl("rblist11") as RadioButtonList;
rbl.Visible = true;
and also like this,
RadioButtonList rbl = (RadioButtonList)GridView1.Rows[e.NewEditIndex].Cells[3].FindControl("rblist11");
rbl.Visible = true;
I coldn't resolve my problem.
please help me..
Reply
Answers (
2
)
How can i keep the DateTimePicker Control blank
Access controls on a page from a class method ( C# )