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