User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 402,476 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,873 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting

.net validation/javascript conflict

Join Date: May 2005
Posts: 1
Reputation: cmert is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
cmert cmert is offline Offline
Newbie Poster

Re: .net validation/javascript conflict

  #8  
May 27th, 2005
Same problem happened to me and I've found a solution..

Now HERE IS MY SOLUTION;
1) Change EnableClientScript settings to FALSE for each validation rule. (Custom or Regular doesn't matter)
This will post the page back and validate fields at server level.

2) Place your code which you would like to process, if all fields are valid to between followin if statement;
if Page.IsValid then
'Your code
end if

And this worked fine for me, I am positive it is going to work for you too,..

Thanks,
Mert..
Reply With Quote  
All times are GMT -4. The time now is 4:36 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC