Click here to Skip to main content
15,924,402 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Please Help Related to Crystal Report & Stored Procedure Pin
VivekNema10-Nov-08 22:28
VivekNema10-Nov-08 22:28 
Questioniam using javascript window.open method to open child popup window and want to retreive some values from parent to child window using request. form Pin
googlejumbo10-Nov-08 18:47
googlejumbo10-Nov-08 18:47 
AnswerRe: iam using javascript window.open method to open child popup window and want to retreive some values from parent to child window using request. form Pin
Brij10-Nov-08 19:02
mentorBrij10-Nov-08 19:02 
QuestionResizableControlExtender(ajax toolkit) and ScroolBar Problem Pin
pratikmehta10-Nov-08 18:45
pratikmehta10-Nov-08 18:45 
QuestionHow align asp labels when i export them along with the grid view Pin
annu0810-Nov-08 18:21
annu0810-Nov-08 18:21 
Questionsingelton pattern Pin
Mogaambo10-Nov-08 18:09
Mogaambo10-Nov-08 18:09 
AnswerRe: singelton pattern Pin
Brij10-Nov-08 18:51
mentorBrij10-Nov-08 18:51 
AnswerRe: singelton pattern Pin
N a v a n e e t h10-Nov-08 20:26
N a v a n e e t h10-Nov-08 20:26 
Mogaambo wrote:
can i used where i want to access database.


Depends. I have seen projects using singleton for keeping the connection string.

If you have custom configuration files, you can read them and keep in a singleton instance. So that for all the later requests can be served from this singleton instance.

If you plan to use it for ASP.NET projects, make sure your singleton instance is thread safe.


AnswerRe: singelton pattern Pin
Guffa10-Nov-08 21:22
Guffa10-Nov-08 21:22 
GeneralRe: singelton pattern Pin
Mogaambo10-Nov-08 21:28
Mogaambo10-Nov-08 21:28 
GeneralRe: singelton pattern Pin
N a v a n e e t h10-Nov-08 22:16
N a v a n e e t h10-Nov-08 22:16 
GeneralRe: singelton pattern Pin
Guffa10-Nov-08 23:38
Guffa10-Nov-08 23:38 
QuestionUnable to evaluate expression because the code is optimized or a native frame is on top of the call stack. Pin
CrazyCoder2610-Nov-08 17:45
CrazyCoder2610-Nov-08 17:45 
AnswerRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. Pin
Arun Jacob10-Nov-08 18:29
Arun Jacob10-Nov-08 18:29 
GeneralRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. Pin
CrazyCoder2610-Nov-08 18:54
CrazyCoder2610-Nov-08 18:54 
GeneralRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. Pin
N a v a n e e t h10-Nov-08 20:19
N a v a n e e t h10-Nov-08 20:19 
GeneralRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. Pin
kalpana mhaske14-Nov-10 11:07
kalpana mhaske14-Nov-10 11:07 
GeneralRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. Pin
Guffa10-Nov-08 21:25
Guffa10-Nov-08 21:25 
GeneralRe: Unable to evaluate expression because the code is optimized or a native frame is on top of the call stack. Pin
raghav_khunger18-Nov-08 19:34
raghav_khunger18-Nov-08 19:34 
QuestionProbleam page processing done before complete sql querey Pin
Rinki Mukheraji10-Nov-08 17:14
Rinki Mukheraji10-Nov-08 17:14 
AnswerRe: Probleam page processing done before complete sql querey Pin
AhsanS10-Nov-08 17:39
AhsanS10-Nov-08 17:39 
AnswerRe: Probleam page processing done before complete sql querey Pin
Brij10-Nov-08 18:00
mentorBrij10-Nov-08 18:00 
QuestionLayout in Visual Studio 2008 Pin
AndyInUK10-Nov-08 10:43
AndyInUK10-Nov-08 10:43 
QuestionSQLDataReader Pin
Aptiva Dave10-Nov-08 9:38
Aptiva Dave10-Nov-08 9:38 
AnswerRe: SQLDataReader Pin
SomeGuyThatIsMe10-Nov-08 10:08
SomeGuyThatIsMe10-Nov-08 10:08 

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.