TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Muhammad Nadeem
NA
548
66.2k
dynamically add item to dropdown list in asp.net
Oct 24 2016 1:07 AM
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));
}
Reply
Answers (
1
)
c# Assembly.Load Not loading file (Windows 10)
Remove element from XML based on condition