Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear friend,

Once i entered data in text fields its stores successfully but that text fields was not blanks, so please let me which button i used to reset that fields.
Posted

1 solution

please let me which button i used to reset that fields.
You need to implement this button by yourself.

2 options:
1. Have a "clear all" button. On click of which, you explicitly define the default of all controls. Like set text of a textbox as blank "";
2. At the time of storing data, once you have the data for storage, clear the text field.

Implement as per your need.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900