1
Reply

how to bind dropdownlist through view state without postback

Hardik Patel

Hardik Patel

Jul 10 2013 8:05 AM
2k
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)