Friends When I add any item in dropdown list dynamically on clicking button. When I run my app again those items who I add that's not exists. I want my items permanently.
protected void btn_click(object sender, EventArgs e)
{
ddlist.Items.Add(new ListItem(textbox1, textbox1));
}
1 Reply
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.

Salman BegPosted Oct 24, 2016, 1:20 AM