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
Lucas Ngobeni
NA
190
4.2k
Gridview RadioButton is not working after publishing my app
Apr 7 2016 11:27 AM
Hi Guys
I have a GridView with RadioButton,My dropdownlist pope up date. If I select previous date it should enable RadioButton on my GridView. This is working perfect before I publish it but after publishing it is not working any idea.Please note the problem is after publish it.
foreach (GridViewRow gvr in GridView1.Rows)
{
RadioButton cb = (RadioButton)gvr.FindControl("RadioButton4");
RadioButton cb1 = (RadioButton)gvr.FindControl("RadioButton3");
cb.Enabled = false;
cb1.Enabled = false;
}
Thanks
Reply
Answers (
1
)
c# Reading XML nodes with spaces.
System.IO.FileNotFoundException: Could not load file or asse