Validation control and Javascript function conflict -
09-04-2004
, 03:37 AM
Hi,
I am using validation control(Like RequiredField) on a textboxes in my in
ASP.net WEB form.
And also i am using some javascript functions to check other functionality(
Alerts for message display).
Both validations will perform by clicking button on my page. I am adding
attribute to button for this function in Page Load().
My problem is when there is any validation control message fires, the page
get refreshed. But it is not with the javascript function validation message.
Why this is happning.
Where i am wrong actually?
Thanks For your time.
Mahesh |