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
Divya Mittal
NA
6
0
Page.Isvalid is considering disabled Validation control also !
Apr 20 2010 9:56 AM
Hi all,
I have situation where I need to disable a validation control against a text box when a radio button is selected. I have achieved this using Javascript using following code snippet:
document.getElementById('<%= textTest.ClientID %>').disabled = true;
ValidatorEnable(document.getElementById('<%=RequiredTest.ClientID%>'),false);
It is working fine .. but at page load when control executes Page.Validate() then Page.Isvalid is giving me false because of the disabled controlled in Java Script.
Please help me in solving the issue, How can i make it to pass through at page load ?
Thanks in advance!
Regards,
Divya
Reply
Answers (
1
)
when checkboxes is selected the data should be store in two tables
RowUpdating in gridview