HighTechTalks DotNet Forums  

TEXTBOX webserver control;

ASP.net Building Controls microsoft.public.dotnet.framework.aspnet.buildingcontrols


Discuss TEXTBOX webserver control; in the ASP.net Building Controls forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Murtaza
 
Posts: n/a

Default TEXTBOX webserver control; - 05-04-2007 , 03:56 AM






cant access texbox webserver control by getelementbyid(this.id)

do i need to use a textbox within this control and add it.
or base.render does the job and creates a textbox.



Reply With Quote
  #2  
Old   
MasterGaurav \(www.edujini-labs.com\)
 
Posts: n/a

Default Re: TEXTBOX webserver control; - 05-06-2007 , 10:31 AM






Quote:
cant access texbox webserver control by getelementbyid(this.id)

do i need to use a textbox within this control and add it.
or base.render does the job and creates a textbox.
Where are you writing the code?
"this.ID" is to be executed on the server side, where as
"document.getElementById" has to be executed on the client side.

Check that out...


--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujini-labs.com
http://eduzine.edujini-labs.com
-----------------------------------------




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.