Hi!
I have a form which is bound to a data control,the thing is, when I load this form there are values in my textboxes.
How can I ensure that each time the form is loaded it does not show the current records but have a blank record?
Please help me.
Printable View
Hi!
I have a form which is bound to a data control,the thing is, when I load this form there are values in my textboxes.
How can I ensure that each time the form is loaded it does not show the current records but have a blank record?
Please help me.
You`ll have to clear the textboxes in the
Form_load()
event.
e.g textbox1.text=""