Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Clear Text Control Fields


Message #1 by "charles baldo" <charlesbaldo@h...> on Tue, 17 Jul 2001 20:25:43
How do I clear a text control filed?



I tried textclt.text = "" and textclt.value="" but got errors.

Any help please



Chuck





Message #2 by "Juan T. Llibre" <j.llibre@c...> on Tue, 17 Jul 2001 19:55:16 -0400
In Page_Load, that should work.

( It does for me... )





Juan T. Llibre

Microsoft MVP [IIS/ASP]

"Beginning ASP.NET", Wrox Press - Look for it in August!

========================================

----- Original Message ----- 

From: "charles baldo" <charlesbaldo@h...>

To: "ASP+" <aspx@p...>

Sent: Tuesday, July 17, 2001 8:25 PM

Subject: [aspx] Clear Text Control Fields





> How do I clear a text control filed?

> 

> I tried textclt.text = "" and textclt.value="" but got errors.

> Any help please

> 

> Chuck




  Return to Index