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
Naeem Khan
973
802
801.7k
Problem in Combo Box Using Windows Application
Nov 12 2009 6:03 AM
i have Combo box which is bind from database. i want to show text value of Combo Box when my form is running. but still its not showing me i dont know why its always getting first value from database not showing text value of combo box.this is the function which is i called at form load.and when user change the value of combob box on that time should be change values of combo box or or in other text boxes not at form load. hope you understand what i want... get_party_details() { try { ds = new DataSet(); ds = gBL.show_party_details_name(); cb_party_name.DataSource = ds.Tables[0]; cb_party_name.DisplayMember = "Party_Name"; } catch (Exception) { } thanks in Advance please help me urgent.
Reply
Answers (
6
)
problem in change values of datagridview using c#
C# passing values from one form to another