Click here to Skip to main content
15,888,454 members
Home / Discussions / C#
   

C#

 
QuestionThe Max() linq extension method on a List<MyClass> [Solved] Pin
TMattC18-Jan-15 23:06
TMattC18-Jan-15 23:06 
AnswerRe: The Max() linq extension method on a List<MyClass> Pin
TMattC18-Jan-15 23:16
TMattC18-Jan-15 23:16 
AnswerRe: The Max() linq extension method on a List<MyClass> Pin
Richard Deeming18-Jan-15 23:19
mveRichard Deeming18-Jan-15 23:19 
QuestionSignalR - Realtime events - Database communication - thoughts? Pin
Angelika S Michel17-Jan-15 16:39
Angelika S Michel17-Jan-15 16:39 
AnswerRe: SignalR - Realtime events - Database communication - thoughts? Pin
Eddy Vluggen19-Jan-15 8:08
professionalEddy Vluggen19-Jan-15 8:08 
GeneralRe: SignalR - Realtime events - Database communication - thoughts? Pin
Angelika S Michel21-Jan-15 7:21
Angelika S Michel21-Jan-15 7:21 
GeneralRe: SignalR - Realtime events - Database communication - thoughts? Pin
Eddy Vluggen21-Jan-15 8:08
professionalEddy Vluggen21-Jan-15 8:08 
Questioni want to show these combo bax on select index!!!!!!!!!! Pin
hari om singh16-Jan-15 21:21
hari om singh16-Jan-15 21:21 
C#
private void comboBox2_SelectedIndexChanged(object sender, EventArgs e)
       {
           if (ddl_CircularType != 'Send to Individual')
           {
               ddl_Department.Enabled = true;
           }
           else if (ddl_CircularType !='Send to Particular Department')
           {
               ddl_Department.Enabled = true;
               ddl_EmployeeID.Enabled=true;
               ddl_EmployeeName.Enabled=true;
           }
           else if (ddl_CircularType = 'Send to All Employee')
           {
               ddl_Department.Enabled = true;
                ddl_EmployeeID.Enabled=true;
               ddl_EmployeeName.Enabled=true;
           }

       }

AnswerRe: i want to show these combo bax on select index!!!!!!!!!! Pin
Wendelius16-Jan-15 21:42
mentorWendelius16-Jan-15 21:42 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
hari om singh16-Jan-15 21:47
hari om singh16-Jan-15 21:47 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
Wendelius16-Jan-15 22:07
mentorWendelius16-Jan-15 22:07 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
hari om singh16-Jan-15 22:09
hari om singh16-Jan-15 22:09 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
OriginalGriff16-Jan-15 22:18
mveOriginalGriff16-Jan-15 22:18 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
hari om singh16-Jan-15 22:27
hari om singh16-Jan-15 22:27 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
Wendelius16-Jan-15 23:18
mentorWendelius16-Jan-15 23:18 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
OriginalGriff16-Jan-15 23:30
mveOriginalGriff16-Jan-15 23:30 
GeneralRe: i want to show these combo bax on select index!!!!!!!!!! Pin
Wendelius16-Jan-15 23:38
mentorWendelius16-Jan-15 23:38 
Questionhow to get popup window's infomation with webbrowser? Pin
kidult16-Jan-15 14:37
kidult16-Jan-15 14:37 
AnswerRe: how to get popup window's infomation with webbrowser? Pin
Richard Andrew x6416-Jan-15 14:59
professionalRichard Andrew x6416-Jan-15 14:59 
GeneralRe: how to get popup window's infomation with webbrowser? Pin
kidult16-Jan-15 15:13
kidult16-Jan-15 15:13 
AnswerRe: how to get popup window's infomation with webbrowser? Pin
Richard MacCutchan16-Jan-15 22:46
mveRichard MacCutchan16-Jan-15 22:46 
QuestionLooking for an example of remote Exchange Shell in c sharp Pin
turbosupramk316-Jan-15 6:24
turbosupramk316-Jan-15 6:24 
AnswerRe: Looking for an example of remote Exchange Shell in c sharp Pin
turbosupramk316-Jan-15 6:46
turbosupramk316-Jan-15 6:46 
GeneralRe: Looking for an example of remote Exchange Shell in c sharp Pin
turbosupramk316-Jan-15 8:05
turbosupramk316-Jan-15 8:05 
GeneralRe: Looking for an example of remote Exchange Shell in c sharp Pin
turbosupramk321-Jan-15 7:52
turbosupramk321-Jan-15 7:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.