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.0Pass object ID to Javascript functionPass object ID to Javascript function
Previous
 
Next
New Post
2/23/2007 2:13 PM
 
I have a working callback mechanism for AJAX functionality on my DNN site - all but one thing. I can't get the proper ID of the control into the Javascript function. If I pass Control.ID from the server side, I get an error saying the object is not defined. I get that. It makes sense to me. If I pass Control.ClientID from the server side, all I get in the javascript function is "[object]" which isn't very useful at all. I need the javascript function to know the name of the object I'm trying to reference. What do I need to do?
 
New Post
2/23/2007 7:43 PM
 
Control.ClientID always seems to do the trick for me.  Sounds like the problem maybe with "Control" not being referenced (found, id'd) correctly or the string you're building to call the javascript is flawed. 
 
New Post
2/23/2007 8:16 PM
 

I don't know if this will help or not but I remember a case where I needed to do something similar - ie get a javascript function to do something client side from within a dnn module. I believe the way I solved it was to manually assign the ClientID for the control and then reference this from within the javascript function.

The example below is dynamically creating a hyperlink on the page and then assigning it's navigateURL to be the popup calender that comes with DNN..


  hypDateControl.NavigateUrl = " popupCal('Cal','" & Me.ClientID & "_" & textBoxFilterValue.ClientID & "','M/d/yyyy','January,February,March,April,May,June,July,August,September,October,November,December','Sun,Mon,Tue,Wed,Thu,Fri,Sat','Today','Close','Calendar',0);"
                             


AcuitiDP - Oracle Data Provider for DotNetNuke
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Pass object ID to Javascript functionPass object ID to Javascript function


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