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
Pothi Sam
NA
335
50.2k
RequiredFieldValidator ennable with javascript
Oct 20 2014 11:19 PM
function Validation()
{
if (document.Form1.txtfrom2.value.length > 0)
ValidatorEnable(Rftxtfrom2, true);
ValidatorEnable(Rftxtjd2, true);
ValidatorEnable(Rftxtflno2, true);
ValidatorEnable(Rftxtdep2, true);
}
</script>
i need to txtfrom2 text box contain 1 charecter 4 RequiredFieldValidator automaticaly ennable true
Reply
Answers (
3
)
Using one xml layout and one activity for others
how to enable/disable textbox via java script