how to reset a combobox ?
if a textbox we will set it textbox.text = "" ,what about combobox ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
King UmarPosted Jul 3, 2015, 12:07 AM
Joginder BangerPosted Jul 3, 2015, 12:02 AM
King UmarPosted Jul 2, 2015, 11:59 PM
King UmarPosted Jul 2, 2015, 11:53 PM
Joginder BangerPosted Jul 2, 2015, 11:51 PM
Munesh SharmaPosted Jul 2, 2015, 11:44 PM
King UmarPosted Jul 2, 2015, 11:34 PM
Joginder BangerPosted Jul 2, 2015, 11:31 PM
King UmarPosted Jul 2, 2015, 11:25 PM
Joginder BangerPosted Jul 2, 2015, 11:02 PM
var drp1=document.getElementById('<%= drpdwn1.ClientID %>');
drp1.selectedIndex=0;
Rahul PrajapatPosted Jul 2, 2015, 10:36 PM