How I can do by clean my webcombo, I have to information in my screen, when I have used this information I want to clean all my display but I have problem with my webcombo, I can not clean it.
webCombo1.SelectedRow = null;
webCombo1.DisplayValue = string.Empty;
Hello sir
pls give me suggestion how to clear WebCombo after the record is saved
Dear All:
really , i have same problem , Webcombo is not cleared after postback ,
whenever i used AJAX enabling or i did not used.
and the code listed above still not working to clear webCombo.
thank you all ,
Best Regards
Basheer Massarrani
Jeddah , KSA
Civil & Electro Mechanical
I need to do the same thing but on the server side after a postback. The displayvalue will not clear.
Me.cboRateCodes.DataValue = ""
When it posts back the to browser, I still see the previously selected value even when it does not exist in the grid.
Please help.