I want to clear selection of Ajax Combobox after performing some action say after adding records Clear combobox.Now when i add new recodrs Ajax combo is already filled with previously added Text.
Prerna
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.
PrernaPosted Oct 12, 2012, 5:16 AM
Its not working.
On popup i can add/select new item..But when i click again on add button it will show some other option selected.
on click on add button i am using this also :
destinationId.SelectedIndex = 0;
or destinationId.SelectedItem.Text = "Select Destination";
Please Help!
Nitesh KejriwalPosted Oct 12, 2012, 4:48 AM