Click here to Skip to main content
15,890,336 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to change login button to logout in c# ? Pin
OriginalGriff16-Apr-14 6:12
mveOriginalGriff16-Apr-14 6:12 
QuestionMultiple functions Pin
cstudent116-Apr-14 5:41
cstudent116-Apr-14 5:41 
AnswerRe: Multiple functions Pin
OriginalGriff16-Apr-14 5:51
mveOriginalGriff16-Apr-14 5:51 
AnswerRe: Multiple functions Pin
Richard MacCutchan16-Apr-14 5:57
mveRichard MacCutchan16-Apr-14 5:57 
GeneralRe: Multiple functions Pin
cstudent116-Apr-14 6:30
cstudent116-Apr-14 6:30 
GeneralRe: Multiple functions Pin
cstudent116-Apr-14 6:45
cstudent116-Apr-14 6:45 
GeneralRe: Multiple functions Pin
Richard MacCutchan16-Apr-14 6:55
mveRichard MacCutchan16-Apr-14 6:55 
QuestionAn entity object cannot be referenced by multiple instances of IEntityChangeTracker Pin
Šangeet Šhah15-Apr-14 20:56
professionalŠangeet Šhah15-Apr-14 20:56 
my error
An entity object cannot be referenced by multiple instances of IEntityChangeTracker.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: An entity object cannot be referenced by multiple instances of IEntityChangeTracker.

Line 60: DBLaxmiTatkalEntities2 objentity1 = new DBLaxmiTatkalEntities2();
Line 61:
Line 62: objentity1.TblRootMasterDetails.AddObject(objstud1);
Line 63: objentity1.SaveChanges();
Line 64: }

my code is
public void insertdatarootmasterDetails(TblRootMasterDetail objstud1)
{

DBLaxmiTatkalEntities2 objentity1 = new DBLaxmiTatkalEntities2();

objentity1.TblRootMasterDetails.AddObject(objstud1);
objentity1.SaveChanges();
}
AnswerRe: An entity object cannot be referenced by multiple instances of IEntityChangeTracker Pin
Dave Kreskowiak16-Apr-14 1:31
mveDave Kreskowiak16-Apr-14 1:31 
Questionhow to access built - in class Pin
Member 1034709215-Apr-14 18:54
Member 1034709215-Apr-14 18:54 
AnswerRe: how to access built - in class Pin
Mycroft Holmes15-Apr-14 20:08
professionalMycroft Holmes15-Apr-14 20:08 
AnswerRe: how to access built - in class Pin
OriginalGriff15-Apr-14 21:07
mveOriginalGriff15-Apr-14 21:07 
QuestionRegarding Tabs Pin
Mahesh Devikar15-Apr-14 17:43
Mahesh Devikar15-Apr-14 17:43 
AnswerRe: Regarding Tabs Pin
Dave Kreskowiak15-Apr-14 17:58
mveDave Kreskowiak15-Apr-14 17:58 
QuestionExport & Import database Pin
Member 1072402015-Apr-14 10:38
Member 1072402015-Apr-14 10:38 
AnswerRe: Export & Import database Pin
Richard MacCutchan15-Apr-14 11:57
mveRichard MacCutchan15-Apr-14 11:57 
AnswerRe: Export & Import database Pin
Bernhard Hiller15-Apr-14 22:17
Bernhard Hiller15-Apr-14 22:17 
QuestionIncorrect syntax near ',' Pin
Syafiqah Zahirah15-Apr-14 6:05
Syafiqah Zahirah15-Apr-14 6:05 
AnswerRe: Incorrect syntax near ',' Pin
Eddy Vluggen15-Apr-14 6:15
professionalEddy Vluggen15-Apr-14 6:15 
GeneralRe: Incorrect syntax near ',' Pin
Syafiqah Zahirah15-Apr-14 6:21
Syafiqah Zahirah15-Apr-14 6:21 
AnswerRe: Incorrect syntax near ',' Pin
Richard Andrew x6415-Apr-14 6:17
professionalRichard Andrew x6415-Apr-14 6:17 
GeneralRe: Incorrect syntax near ',' Pin
Syafiqah Zahirah15-Apr-14 6:32
Syafiqah Zahirah15-Apr-14 6:32 
AnswerRe: Incorrect syntax near ',' Pin
Pete O'Hanlon15-Apr-14 6:29
mvePete O'Hanlon15-Apr-14 6:29 
GeneralRe: Incorrect syntax near ',' Pin
Syafiqah Zahirah15-Apr-14 6:40
Syafiqah Zahirah15-Apr-14 6:40 
Questionsend message using c#.net Pin
Member 1075021215-Apr-14 4:14
Member 1075021215-Apr-14 4:14 

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.