Click here to Skip to main content
15,912,756 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dependency injection - Static properties Pin
N a v a n e e t h27-May-08 3:07
N a v a n e e t h27-May-08 3:07 
QuestionRe: Dependency injection - Static properties Pin
mr_lasseter27-May-08 6:08
mr_lasseter27-May-08 6:08 
AnswerRe: Dependency injection - Static properties Pin
N a v a n e e t h27-May-08 6:13
N a v a n e e t h27-May-08 6:13 
GeneralRe: Dependency injection - Static properties Pin
mr_lasseter27-May-08 6:30
mr_lasseter27-May-08 6:30 
GeneralRe: Dependency injection - Static properties Pin
N a v a n e e t h27-May-08 6:38
N a v a n e e t h27-May-08 6:38 
Questionhow to a a object array parameter of a WebService/WebMethod to accept DBNull ? Pin
AlbertEiki27-May-08 1:47
AlbertEiki27-May-08 1:47 
AnswerRe: how to a a object array parameter of a WebService/WebMethod to accept DBNull ? Pin
leppie27-May-08 1:52
leppie27-May-08 1:52 
QuestionC# Browser Back Button recognition. Pin
imnotso#27-May-08 0:35
imnotso#27-May-08 0:35 
On page load in my web project I do processing and database record writing depending on which page was last and how the user has got there. It has dawned on my that I have forgotten about the browser back button...this is now causing my navigation nightmares. Can I tell if the page was arrived at via the browser back button in my C# code behind. If so I don't want to write any DB records. Simple really....

if browser.control = back
{
then nothing...
}

I can bet my last Euro that it is not going to be simple at all...

Any help very welcome..
AnswerRe: C# Browser Back Button recognition. Pin
leppie27-May-08 1:35
leppie27-May-08 1:35 
GeneralRe: C# Browser Back Button recognition. Pin
imnotso#27-May-08 1:43
imnotso#27-May-08 1:43 
GeneralRe: C# Browser Back Button recognition. Pin
leppie27-May-08 1:51
leppie27-May-08 1:51 
GeneralRe: C# Browser Back Button recognition. Pin
imnotso#27-May-08 2:19
imnotso#27-May-08 2:19 
AnswerRe: C# Browser Back Button recognition. Pin
GuyThiebaut27-May-08 2:31
professionalGuyThiebaut27-May-08 2:31 
GeneralRe: C# Browser Back Button recognition. Pin
imnotso#27-May-08 2:34
imnotso#27-May-08 2:34 
AnswerRe: C# Browser Back Button recognition. Pin
Peter Josefsson Sweden27-May-08 13:16
Peter Josefsson Sweden27-May-08 13:16 
AnswerRe: C# Browser Back Button recognition. Pin
neelchauhan28-May-08 2:22
neelchauhan28-May-08 2:22 
GeneralRe: C# Browser Back Button recognition. Pin
imnotso#28-May-08 2:46
imnotso#28-May-08 2:46 
QuestionThread abortion before closing form Pin
DeepOceans27-May-08 0:34
DeepOceans27-May-08 0:34 
AnswerRe: Thread abortion before closing form Pin
leppie27-May-08 1:37
leppie27-May-08 1:37 
GeneralRe: Thread abortion before closing form Pin
DeepOceans28-May-08 1:46
DeepOceans28-May-08 1:46 
GeneralRe: Thread abortion before closing form Pin
leppie28-May-08 5:55
leppie28-May-08 5:55 
GeneralRe: Thread abortion before closing form Pin
DeepOceans29-May-08 0:26
DeepOceans29-May-08 0:26 
Questionlog4net FileAppender -> Logging to File Pin
stephan_00727-May-08 0:24
stephan_00727-May-08 0:24 
AnswerRe: log4net FileAppender -> Logging to File Pin
buchstaben27-May-08 1:23
buchstaben27-May-08 1:23 
GeneralRe: log4net FileAppender -> Logging to File Pin
stephan_00727-May-08 3:27
stephan_00727-May-08 3:27 

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.