Question about custom validator on UserControl.

  • Thread starter Thread starter Ken Varn
  • Start date Start date
K

Ken Varn

I am trying to place CustomValidator in a User Control. I am using client
side script for the CustomValidator. The problem that I am having is that
when the script is called, I need to access multiple form elements by ID.
The ID's have been changed by ASP.NET when the form is loaded to reflect
uniqueness. How can I determine what ID ASP.NET will give the form element
so that I can access it in my script correctly?

--
-----------------------------------
Ken Varn
Senior Software Engineer
Diebold Inc.

EmailID = varnk
Domain = Diebold.com
-----------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top