aspx thread: 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
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
|





