Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
Questionc# WPF Binding a listbox to another listbox's selected item Pin
Member 1288059530-Nov-16 22:11
Member 1288059530-Nov-16 22:11 
AnswerRe: c# WPF Binding a listbox to another listbox's selected item Pin
Pete O'Hanlon30-Nov-16 23:23
mvePete O'Hanlon30-Nov-16 23:23 
GeneralRe: c# WPF Binding a listbox to another listbox's selected item Pin
Member 128805951-Dec-16 1:46
Member 128805951-Dec-16 1:46 
Questionauto delete file Pin
Member 1287946030-Nov-16 18:41
Member 1287946030-Nov-16 18:41 
AnswerRe: auto delete file Pin
OriginalGriff30-Nov-16 20:10
mveOriginalGriff30-Nov-16 20:10 
AnswerRe: auto delete file Pin
Afzaal Ahmad Zeeshan1-Dec-16 7:20
professionalAfzaal Ahmad Zeeshan1-Dec-16 7:20 
GeneralRe: auto delete file Pin
Eddy Vluggen1-Dec-16 8:27
professionalEddy Vluggen1-Dec-16 8:27 
AnswerRe: auto delete file Pin
Gerry Schmitz1-Dec-16 9:09
mveGerry Schmitz1-Dec-16 9:09 
QuestionCan change Excel file to Object in C# window application Pin
Rosy mm30-Nov-16 15:33
Rosy mm30-Nov-16 15:33 
AnswerRe: Can change Excel file to Object in C# window application Pin
OriginalGriff30-Nov-16 20:13
mveOriginalGriff30-Nov-16 20:13 
GeneralMessage Closed Pin
30-Nov-16 22:12
Rosy mm30-Nov-16 22:12 
GeneralRe: Can change Excel file to Object in C# window application Pin
OriginalGriff30-Nov-16 22:57
mveOriginalGriff30-Nov-16 22:57 
GeneralRe: Can change Excel file to Object in C# window application Pin
Rosy mm1-Dec-16 19:01
Rosy mm1-Dec-16 19:01 
GeneralRe: Can change Excel file to Object in C# window application Pin
Richard Deeming1-Dec-16 2:07
mveRichard Deeming1-Dec-16 2:07 
AnswerRe: Can change Excel file to Object in C# window application Pin
Gerry Schmitz1-Dec-16 9:20
mveGerry Schmitz1-Dec-16 9:20 
Questionrdl report Pin
Member 1048416229-Nov-16 17:07
Member 1048416229-Nov-16 17:07 
AnswerRe: rdl report Pin
Richard Deeming30-Nov-16 2:19
mveRichard Deeming30-Nov-16 2:19 
Questionhow to get modified record from database to c# application Pin
Member 308047028-Nov-16 20:06
Member 308047028-Nov-16 20:06 
QuestionRe: how to get modified record from database to c# application Pin
Richard MacCutchan28-Nov-16 21:41
mveRichard MacCutchan28-Nov-16 21:41 
QuestionRe: how to get modified record from database to c# application Pin
Member 308047029-Nov-16 17:18
Member 308047029-Nov-16 17:18 
Hi
I am updating record in c#

table name 'Person' .Table structure

Manager_ID int
Employee_ID int
Approved bit

Manager_ID Employee_ID Approved
123 1 0

the Manager who logs in is Manager_ID

the person targeted is Employee_ID

Approved is set 1 or 0

we assume already record is inserted.

query to be Updated is given below.
Update Person set Approved=1 where Manager_ID = 123 and Employee_ID =1

now alert will go to Employee(Employee_ID =1 ,if he logs in) from Manager .

both update query and alert will occur at same time

I am using visual studio 2012 ultimate ,dot net framework 4.6 ,sql server 2008 ,c# and windows 8.1

Thanks and regards
N.Ramachandran
AnswerRe: how to get modified record from database to c# application Pin
Eddy Vluggen29-Nov-16 0:58
professionalEddy Vluggen29-Nov-16 0:58 
AnswerRe: how to get modified record from database to c# application Pin
Afzaal Ahmad Zeeshan29-Nov-16 9:19
professionalAfzaal Ahmad Zeeshan29-Nov-16 9:19 
QuestionGenerate Dynamic Pdf from xslt data Pin
Jorjini28-Nov-16 19:53
Jorjini28-Nov-16 19:53 
QuestionRe: Generate Dynamic Pdf from xslt data Pin
Richard MacCutchan28-Nov-16 21:40
mveRichard MacCutchan28-Nov-16 21:40 
QuestionC# barcode decoding library Pin
Dzilupl28-Nov-16 4:02
Dzilupl28-Nov-16 4:02 

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.