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
pasan herath
NA
21
28.1k
After add new item reload the listbox
Aug 28 2013 4:50 AM
I have a listbox.I need to update(reload) it when add new item by the user.Plz help me
this is listbox data binding
public void Filllistbox()
{
//InitializeComponent();
listBox1.DataSource = omni.NEWUSERs;
listBox1.DisplayMember = "FNAME";
listBox1.ValueMember = "USERID";
}
I need to reload this listbox after add new user
thankz
Reply
Answers (
3
)
How to store value of a textblock created only in code in C#
Data binding in silverlight 5