Click here to Skip to main content
15,881,652 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Table Design as follows;

Faculty Code Text.

Faculty Code Table Name(schedule)
RK
GS
VB
MK

i have one combo box in that combo box the Faculty Code are displayed from the table schedule.

combo box Insert Faculty(Button)

Another Table Design as follows

code Text

Code Table name(Details)
RK
Sj

in run mode when user select the RK from the combo box and click the button the message shows the selected RK Fauclty is already there.

in Both the table RK is there.if user select the same faculty code from combo box it matches two table.

pop message want to display "Please select different faculty code";

how can i do using c sharp.



i want to show the message.
Posted
Comments
[no name] 31-Jan-13 8:40am    
You can try this
if(combobox1.text=combbox2.text)
{
Please Select Different Faculty.
}

Or You want something else?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900