Click here to Skip to main content
15,910,277 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need a fast answer! Pin
Abhinav S22-Apr-12 22:00
Abhinav S22-Apr-12 22:00 
GeneralRe: Need a fast answer! Pin
Håkan Axheim22-Apr-12 22:34
Håkan Axheim22-Apr-12 22:34 
AnswerRe: Need a fast answer! Pin
Abhinav S22-Apr-12 22:50
Abhinav S22-Apr-12 22:50 
AnswerRe: Need a fast answer! PinPopular
OriginalGriff22-Apr-12 22:34
mveOriginalGriff22-Apr-12 22:34 
AnswerRe: Need a fast answer! Pin
Lutosław23-Apr-12 10:59
Lutosław23-Apr-12 10:59 
QuestionDisplaying the application name in context menu Pin
sarang_k22-Apr-12 21:19
sarang_k22-Apr-12 21:19 
AnswerRe: Displaying the application name in context menu Pin
Bernhard Hiller22-Apr-12 21:28
Bernhard Hiller22-Apr-12 21:28 
AnswerRe: Displaying the application name in context menu Pin
Abhinav S22-Apr-12 22:51
Abhinav S22-Apr-12 22:51 
QuestionError : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 20:46
Alchemist288922-Apr-12 20:46 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Richard MacCutchan22-Apr-12 21:11
mveRichard MacCutchan22-Apr-12 21:11 
GeneralRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 21:27
Alchemist288922-Apr-12 21:27 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Peter_in_278022-Apr-12 21:21
professionalPeter_in_278022-Apr-12 21:21 
GeneralRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Alchemist288922-Apr-12 21:26
Alchemist288922-Apr-12 21:26 
AnswerRe: Error : Database Rollbacks Automatically After Exectuion of C# code Pin
Dave Kreskowiak23-Apr-12 7:05
mveDave Kreskowiak23-Apr-12 7:05 
Typically this happens because you added a Access database to your project and, in the Properties for the MDB file, it's tagged Copy Always.

So, every time you run the project, the .MDB file is copied to the BIN folder with your .EXE. Your .EXE then writes new data to the file. The next time you run the project, the MDB file is copied over the top of the file you modified, thereby your data from the last run disappears!

QuestionGenerate all possible combination A-Z0-9 with 16 length(Permutations) Pin
jojoba201122-Apr-12 18:10
jojoba201122-Apr-12 18:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Pete O'Hanlon22-Apr-12 19:10
mvePete O'Hanlon22-Apr-12 19:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
BobJanova22-Apr-12 22:33
BobJanova22-Apr-12 22:33 
GeneralRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Lutosław23-Apr-12 11:48
Lutosław23-Apr-12 11:48 
GeneralRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
BobJanova24-Apr-12 0:10
BobJanova24-Apr-12 0:10 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Dave Kreskowiak23-Apr-12 6:58
mveDave Kreskowiak23-Apr-12 6:58 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
jschell23-Apr-12 10:53
jschell23-Apr-12 10:53 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Lutosław23-Apr-12 11:43
Lutosław23-Apr-12 11:43 
AnswerRe: Generate all possible combination A-Z0-9 with 16 length(Permutations) Pin
Lutosław23-Apr-12 12:29
Lutosław23-Apr-12 12:29 
Questionhandling ctrl+mouse click on webbrowser control in winform Pin
hoangminhtoan22-Apr-12 17:11
hoangminhtoan22-Apr-12 17:11 
AnswerRe: handling ctrl+mouse click on webbrowser control in winform Pin
VJ Reddy22-Apr-12 20:06
VJ Reddy22-Apr-12 20:06 

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.