Click here to Skip to main content
15,898,036 members
Home / Discussions / C#
   

C#

 
AnswerRe: array Pin
Chazzysb15-Oct-08 1:08
Chazzysb15-Oct-08 1:08 
AnswerRe: array Pin
leppie15-Oct-08 1:29
leppie15-Oct-08 1:29 
QuestionHow to create a calendar views in using C# win forms Pin
sivasankar anumula14-Oct-08 23:51
sivasankar anumula14-Oct-08 23:51 
AnswerRe: How to create a calendar views in using C# win forms Pin
Thomas Stockwell15-Oct-08 1:57
professionalThomas Stockwell15-Oct-08 1:57 
QuestionPopulating a DataSet table column with the value from a ComboBox? Pin
kanchoette14-Oct-08 23:47
kanchoette14-Oct-08 23:47 
AnswerRe: Populating a DataSet table column with the value from a ComboBox? Pin
kanchoette15-Oct-08 1:07
kanchoette15-Oct-08 1:07 
QuestionPLZ HELP!!!Not able to Delete the records from DB using NHibernate Pin
Puneet Bhatnagar14-Oct-08 23:39
Puneet Bhatnagar14-Oct-08 23:39 
AnswerRe: PLZ HELP!!!Not able to Delete the records from DB using NHibernate Pin
SeMartens14-Oct-08 23:52
SeMartens14-Oct-08 23:52 
Hi,

long time that I did something with hibernate, but I think the problem is, that the item you want to delete is associated with another session. Try to refresh the item with the new session before you delete it (this is not the best way to do this, it is just a quick-and-dirty solution).

...
  session.Refresh(item);
  session.Delete(item);
...


Please let me know if this fixed your problem.

Regards
Sebastian
QuestionWebbrowser Pin
hadad14-Oct-08 23:21
hadad14-Oct-08 23:21 
QuestionHow to log statement in MS SqlServer by ADONetAppender using Log4Net. Pin
Chintan.Desai14-Oct-08 23:14
Chintan.Desai14-Oct-08 23:14 
AnswerRe: How to log statement in MS SqlServer by ADONetAppender using Log4Net. Pin
Giorgi Dalakishvili14-Oct-08 23:23
mentorGiorgi Dalakishvili14-Oct-08 23:23 
QuestionHow do you link a Treeview to a list View ? Pin
boiDev14-Oct-08 23:07
boiDev14-Oct-08 23:07 
AnswerRe: How do you link a Treeview to a list View ? Pin
Mohammad Dayyan15-Oct-08 1:14
Mohammad Dayyan15-Oct-08 1:14 
Questionmethod conversion from C to C# Pin
Programm3r14-Oct-08 22:45
Programm3r14-Oct-08 22:45 
AnswerRe: method conversion from C to C# Pin
Guffa14-Oct-08 23:21
Guffa14-Oct-08 23:21 
GeneralRe: method conversion from C to C# Pin
Programm3r14-Oct-08 23:36
Programm3r14-Oct-08 23:36 
GeneralRe: method conversion from C to C# Pin
Guffa15-Oct-08 2:07
Guffa15-Oct-08 2:07 
GeneralRe: method conversion from C to C# Pin
Programm3r15-Oct-08 2:35
Programm3r15-Oct-08 2:35 
AnswerRe: method conversion from C to C# Pin
Programm3r14-Oct-08 23:56
Programm3r14-Oct-08 23:56 
AnswerRe: method conversion from C to C# Pin
Dave Doknjas15-Oct-08 13:38
Dave Doknjas15-Oct-08 13:38 
QuestionUnregistering Events Pin
Member 419713614-Oct-08 22:25
Member 419713614-Oct-08 22:25 
AnswerRe: Unregistering Events Pin
Eduard Keilholz14-Oct-08 22:39
Eduard Keilholz14-Oct-08 22:39 
AnswerRe: Unregistering Events Pin
Simon P Stevens14-Oct-08 22:47
Simon P Stevens14-Oct-08 22:47 
GeneralRe: Unregistering Events Pin
Member 419713614-Oct-08 23:35
Member 419713614-Oct-08 23:35 
GeneralRe: Unregistering Events Pin
Simon P Stevens15-Oct-08 0:38
Simon P Stevens15-Oct-08 0:38 

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.