1
Answer

how to bind dropdownlist through view state without postback

when i insert the  record  dropdownlist is clear

ddlitems.items.clear();
ddlitems.bind();
ddlItems.Items.Insert(0, "--Select--");

i want to refill it again without postback..


Answers (1)