Re: Clear textbox Question
From: Ken Dopierala Jr. (kdopierala2_at_wi.rr.com)
Date: 11/12/04
- Next message: Jeffrey Palermo [MCP]: "Re: Validating a checkbox"
- Previous message: Scott M.: "Re: Show Progress in a Web Form"
- In reply to: Patrick.O.Ige: "Clear textbox Question"
- Next in thread: Patrick.O.Ige: "Re: Clear textbox Question"
- Reply: Patrick.O.Ige: "Re: Clear textbox Question"
- Messages sorted by: [ date ] [ thread ]
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? > >
- Next message: Jeffrey Palermo [MCP]: "Re: Validating a checkbox"
- Previous message: Scott M.: "Re: Show Progress in a Web Form"
- In reply to: Patrick.O.Ige: "Clear textbox Question"
- Next in thread: Patrick.O.Ige: "Re: Clear textbox Question"
- Reply: Patrick.O.Ige: "Re: Clear textbox Question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|