Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing a Web Form
Message
 
To
07/08/2003 10:54:19
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00817749
Message ID:
00818245
Views:
12
>Is there a quick & dirty way to clear the contents of a form? For example, a user enters 1/2 page of data using txtboxes, cmboxes, drpdownlists, etc, but then wants to clear it and start over. Would I just use a .refresh or call the Load() again??
-------------------------------
The INPUT tag has a TYPE="RESET"
Does that do what you need or do I misunderstand?
 <INPUT ID="cmdReset" NAME="cmdReset" TYPE="RESET" VALUE="Reset">
HTH,
Rick
Previous
Reply
Map
View

Click here to load this message in the networking platform