[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.buildingcontrols

Web User Control with CustomValidation and Javascript

Sprat

8/18/2008 9:55:00 PM

I have a Web User Control (.ascx file) that I need to valid using a
CustomValidation control. Moreover, I would like use client and server
validation, if possible. I have the logic for the server-side validation
working correctly. I also have the have the client-side validation working
once the control is embedded in a page. I would like to move the validation
from the aspx page to the ascx page, but I'm concerned that the
GetElementById() method will have an issue.

A couple of questions:
* can I build Javascript coding into the ascx page in a way that it will
work correctly however the control is embedded?
* can I switch between server and client validation programmatically,
meaning disable on mechanism and enable another?

Any thoughts would be appreciated. Thank you.

Craig buchanan


1 Answer

Peter Bucher [MVP]

9/10/2008 11:29:00 AM

0

Hi Craig

> GetElementById() method will have an issue.
What kind of issues?

> A couple of questions:
> * can I build Javascript coding into the ascx page in a way that it will
> work correctly however the control is embedded?
Yes of course

> * can I switch between server and client validation programmatically,
> meaning disable on mechanism and enable another?
Yes

--
Gruss, Peter Bucher
Microsoft MVP - Visual Developer ASP / ASP.NET, Switzerland
http://www.aspn... - ASP.NET Zone, die ASP.NET Community
http://www.aspn...blogs/peterbucher/ - Auf den Spuren von .NET