nite21
07-17-2008, 05:55 AM
hi all i have a combobox gender_cb with values
Select One
Male
Female
Suppose i selected Male and press the submit button the value gets inserted into the database
But my problem is that when the submit btn is pressed all the fields should be cleared
i have cleared my textfield using name_txt.text = "";
but how to make a combobox cleared
any help will be appreciated
thanks
Select One
Male
Female
Suppose i selected Male and press the submit button the value gets inserted into the database
But my problem is that when the submit btn is pressed all the fields should be cleared
i have cleared my textfield using name_txt.text = "";
but how to make a combobox cleared
any help will be appreciated
thanks