Re: Clear textbox Question

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ken Dopierala Jr. (kdopierala2_at_wi.rr.com)
Date: 11/12/04


Date: Thu, 11 Nov 2004 21:28:42 -0600

Hi,

Server side you can just do:

TextBox1.Text = ""

Client side you can use javascript:

document.getElementByID('TextBox1').value = ""

Is there something more that you are trying to do? Good luck! Ken.

-- 
Ken Dopierala Jr.
For great ASP.Net web hosting try:
http://www.webhost4life.com/default.asp?refid=Spinlight
If you sign up under me and need help, email me.
"Patrick.O.Ige" <PatrickOIge@discussions.microsoft.com> wrote in message
news:6239EAD9-4488-4C86-A127-0A9D66094777@microsoft.com...
> Whats the best way to clear textboxes?
> Any ideas?
>
>


Relevant Pages