Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Javascript Validation and DNN Control NamesJavascript Validation and DNN Control Names
Previous
 
Next
New Post
7/18/2008 3:39 PM
 

Hello,

I'm using a client side javascript custom validator so I can get the validation summary(which is also client side) to work correctly.

In my javascript code, I'm trying to use the "name" of the control I'm validating.

However, the "name" will be different on every portal I install the module on because DNN puts it's own naming on the control.

For example, it's calling my checkbox control:

 

dnn_ctr395_InformaticaRequestNew_cbEmergency

Is there a better way to find the control I want to validate, so I don't have to edit the .ascx page for every installation of the module?  (Test, Dev, Prod, etc.)

There are so many controls on this page, that using the index of the control is also quite difficult.

Thanks!

 
New Post
7/18/2008 4:37 PM
Accepted Answer 

use <%= CONTROLNAME.ClientID %> instead of hard coding the value. That should work in most instances of javascript on an aspx page.

I'm not sure your exact situation so it may not work. I've only used the ASP validators, and they do the control name to clientid automatically for me. :)

 
New Post
7/21/2008 11:49 AM
 

The above recommendation is the best way to go.  It will work in all installations without issue.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
7/22/2008 3:16 AM
 

If you work with external javascript, then you can use this tool : http://code.msdn.microsoft.com/RegClientControls

Nice tool.

HTH.

 
New Post
7/22/2008 3:08 PM
 

Thanks everyone for the replies.   This worked perfectly.... 

Example for my checkbox:

document.form.<%=cbEmergency.ClientID%>.checked

 

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Javascript Validation and DNN Control NamesJavascript Validation and DNN Control Names


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out