i'm using adodc.
i want to empty all the text box when form load
i already use to reset all that but it cannot work
private sub form_load
txtname.Text = " "
txtIc.Text = " "
cboroom.Text = "<choose room type>"
cbocheckin.Text = "<choose>"
cbocheckout.Text = "<choose>"
cbomonth.Text = "<choose>"
cboyear.Text = "<choose>"