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
Viky Tripathi
NA
38
3.5k
value of combo box...
May 19 2015 5:58 AM
i want to access value of selected item in combobox in win form.
code is:---------------------------------
combo1.Items.Add(ds.Tables[alias_table].Rows[rno][field_name].ToString());
combo1.ValueMember = ds.Tables[alias_table].Rows[rno][field_id].ToString();
combo1.DisplayMember = ds.Tables[alias_table].Rows[rno][field_name].ToString();
then how i can accesee that valuemember?
Reply
Answers (
4
)
datalist inside ajax popup extender.
Assign people to different groups using asp.net mvc C#