Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
check record already exists using combobox incsharp
narasiman rao
11y
2.5k
1
Reply
Note: it is windows application.
Name combobox
Days combobox
in the name retrieved from the database and display into the combobox.
in the days column manually typed in the code sunday to saturday.
in the run mode i select the name and select the days and click the save button. the records are saved in the database. it is working fine.
for example as follows;
Name Suresh
Days Sunday
the above record is saved in the database.
then i have one search button,when i click the search button from the database records are displayed in the datagridview,when i click the datagridview, the particular record is displayed in the respective combobox.
suppose when i select the suresh and select the sunday and click save button,
that time validate ,For suresh sunday is already exists.
for that how to validate the Combobox.using csharp.
how can i do using csharp
Note: it is windows application.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to split the total and display in to datagridview
selected month date display in datagridivew using C# in wind