Click here to Skip to main content
15,913,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to transfer data from HTML table to excel or through dataset to excel. Pin
AjayKrSh16-Mar-07 2:53
AjayKrSh16-Mar-07 2:53 
AnswerRe: How to transfer data from HTML table to excel or through dataset to excel. Pin
Jesse Squire16-Mar-07 3:27
Jesse Squire16-Mar-07 3:27 
GeneralRe: How to transfer data from HTML table to excel or through dataset to excel. Pin
AjayKrSh16-Mar-07 3:48
AjayKrSh16-Mar-07 3:48 
GeneralRe: How to transfer data from HTML table to excel or through dataset to excel. Pin
Jesse Squire16-Mar-07 3:54
Jesse Squire16-Mar-07 3:54 
Questionlistbox and arrays Pin
Kunal P16-Mar-07 2:47
Kunal P16-Mar-07 2:47 
Questionbrowser's back button Pin
yogita charhate16-Mar-07 2:27
yogita charhate16-Mar-07 2:27 
AnswerRe: browser's back button Pin
Kunal P16-Mar-07 2:40
Kunal P16-Mar-07 2:40 
GeneralRe: browser's back button Pin
yuvachandra16-Mar-07 2:48
yuvachandra16-Mar-07 2:48 
GeneralRe: browser's back button Pin
Kunal P16-Mar-07 4:45
Kunal P16-Mar-07 4:45 
GeneralRe: browser's back button Pin
yogita charhate16-Mar-07 4:13
yogita charhate16-Mar-07 4:13 
GeneralRe: browser's back button Pin
Kunal P16-Mar-07 4:48
Kunal P16-Mar-07 4:48 
QuestionSetting _DEBUG for web project Pin
Leo Smith16-Mar-07 2:26
Leo Smith16-Mar-07 2:26 
AnswerRe: Setting _DEBUG for web project Pin
Jesse Squire16-Mar-07 2:56
Jesse Squire16-Mar-07 2:56 
I can't speak for Visual Basic (a quick search turned up nothing), but C# has built in
preprocessor directives[^], and also defines a flag called DEBUG when a solution is built in Visual Studio's debug configuration.

Just like in C++, you could write something similar to the following to force code to be present only in debug builds.

#if DEBUG 

 

  // Insert code here

 

#endif



Hope that helps. Smile | :)



  --Jesse
"... the internet's just a big porn library with some useful articles stuck in." - Rob Rodi

GeneralRe: Setting _DEBUG for web project Pin
Leo Smith16-Mar-07 4:16
Leo Smith16-Mar-07 4:16 
QuestionServer Error Pin
vijay_8316-Mar-07 2:22
vijay_8316-Mar-07 2:22 
AnswerRe: Server Error Pin
ca8msm16-Mar-07 2:30
ca8msm16-Mar-07 2:30 
AnswerRe: Server Error Pin
coolestCoder16-Mar-07 2:32
coolestCoder16-Mar-07 2:32 
Questioncan i poup messagebox ihrough codeing Pin
nikhil123416-Mar-07 2:17
nikhil123416-Mar-07 2:17 
AnswerRe: can i poup messagebox ihrough codeing Pin
RichardGrimmer16-Mar-07 2:20
RichardGrimmer16-Mar-07 2:20 
AnswerRe: can i poup messagebox ihrough codeing Pin
coolestCoder16-Mar-07 2:33
coolestCoder16-Mar-07 2:33 
Questionafter uploading my file i am getting error Pin
anujose16-Mar-07 2:16
anujose16-Mar-07 2:16 
QuestionJavascript-codebehind Pin
niki_nilu16-Mar-07 2:03
niki_nilu16-Mar-07 2:03 
AnswerRe: Javascript-codebehind Pin
ca8msm16-Mar-07 2:07
ca8msm16-Mar-07 2:07 
AnswerRe: Javascript-codebehind Pin
N a v a n e e t h16-Mar-07 2:15
N a v a n e e t h16-Mar-07 2:15 
AnswerRe: Javascript-codebehind Pin
Sandeep Akhare16-Mar-07 2:20
Sandeep Akhare16-Mar-07 2:20 

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.