all groups > asp.net building controls > may 2007 >
You're in the

asp.net building controls

group:

TEXTBOX webserver control;


TEXTBOX webserver control; Murtaza
5/4/2007 12:00:00 AM
asp.net building controls:
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.

Re: TEXTBOX webserver control; MasterGaurav (www.edujini-labs.com)
5/6/2007 8:01:04 PM
[quoted text, click to view]

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
-----------------------------------------

AddThis Social Bookmark Button