1
Answer

how to bind dropdownlist through view state without postback

Hardik Patel

Hardik Patel

11y
2k
1
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)