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
jeevan mummadi
NA
157
0
OnChange event problem
Jul 16 2009 6:41 AM
hi,
In my web page i place one textbox,button and required field validator for textbox.
In page load i disable my button
whenever i textchange in my textbox(onchange="function()") i called one javascript
in javascript i am enable my button
<script>
function()
{
document.getelementid("button1).disabled = false;
}
</script>
this working fine.but whenever i click button it not check asp required field validations .
i removed javascript for text box,that time validations are working fine
plz help me....how to solve this prob...
Reply
Answers (
1
)
how to work with BreadCrumb
How do i post a web page from code, without losing session?