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.0Textbox ClientID Property Not WorkingTextbox ClientID Property Not Working
Previous
 
Next
New Post
12/20/2006 9:50 PM
 
I am trying to obtain the ClientId of a textbox to concatenate into a javascript function call

When I call:   txtTemp.ClientID    it is the same as the txtTemp.id property.

Sample Code:

Literal moLiteral = new Literal();
moLiteral.Text = "<script type='text/javascript' src='/js/PopupCalendar.js'></script>";
                           
HyperLink moLink = new HyperLink();
moLink.NavigateUrl = " popupCal('Cal','" + txtTemp.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);";
container.Controls.Add(moLiteral);
container.Controls.Add(moLink);

txtTemp.ClientID returns   DateAvail

but when i view HTML source the textbox txtTemp actual clientID is dnn_ctr368_ViewRentalProperties_detProperty_DateAvail

which is causing my javascript function not to work.

For those who are not familar I am trying to create popup calendar, and from further research on forms I am aware of : DotNetNuke.Common.Utilities.Calendar.InvokePopupCal(txtTemp) but thats throws a NullreferenceException for me because I believe the control has not been added to page heirarchery.

This txtTemp is being built dynamically using InstansiateIn Container so I believe when DNN is attempting to create the javascript for the control, the control is not found by the API, So that is why I am attempting to create the javascript manually.  However I cannot get the instance of the control name.
 
New Post
12/21/2006 9:41 AM
 
Is txtTemp and regular textbox control - or is it a custom WebControl?

Maxiom TechnologyAntonio Chagoury | Microsoft MVP
Maxiom Technology
Professional .net & DotNetNuke Solutions
web: www.maxiomtech.com
blog: www.cto20.com
twitter: @antoniochagoury & @maxiomtech

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Textbox ClientID Property Not WorkingTextbox ClientID Property Not Working


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