Click here to Skip to main content
15,926,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Working with Oracle and MS SQL Pin
Sathiyaraj Ganesan14-May-07 2:50
Sathiyaraj Ganesan14-May-07 2:50 
QuestionSending Email on a specified date Pin
Rahul Babu13-May-07 22:35
Rahul Babu13-May-07 22:35 
AnswerRe: Sending Email on a specified date Pin
Sathesh Sakthivel13-May-07 22:53
Sathesh Sakthivel13-May-07 22:53 
QuestionRe: Sending Email on a specified date Pin
badgrs14-May-07 3:20
badgrs14-May-07 3:20 
AnswerRe: Sending Email on a specified date Pin
N a v a n e e t h15-May-07 18:42
N a v a n e e t h15-May-07 18:42 
QuestionAsynchronous calls B/W two .NET objects Pin
Sathiyaraj Ganesan13-May-07 22:15
Sathiyaraj Ganesan13-May-07 22:15 
AnswerRe: Asynchronous calls B/W two .NET objects Pin
Sathesh Sakthivel13-May-07 22:56
Sathesh Sakthivel13-May-07 22:56 
GeneralRe: Asynchronous calls B/W two .NET objects Pin
badgrs14-May-07 3:25
badgrs14-May-07 3:25 
Whoa, steady on there matey. Threads are a whole other cup of tea entirely and aren't always what you need. What do you mean asynchronous calls and under what context? If you want two object to act on each other all they need is a reference to the other object, easy enough done with a property or constructor parameter. If your talking two processes that work outside the ASP.NET request lifecycle then you probably do need threads but I'd highly recomend not using them inside the ASP.NET container (ie the web site), it can cause all kinds of headaches.
QuestionWinNT 2003 Server problem. [modified] Pin
thomasa13-May-07 22:12
thomasa13-May-07 22:12 
QuestionHow do I access My Project's properties?? Pin
Nada Adel13-May-07 22:04
Nada Adel13-May-07 22:04 
AnswerRe: How do I access My Project's properties?? Pin
Blumen14-May-07 20:57
Blumen14-May-07 20:57 
QuestionReport Viewer Error, Plz help Pin
imshally8113-May-07 21:39
imshally8113-May-07 21:39 
AnswerRe: Report Viewer Error, Plz help Pin
Sathesh Sakthivel13-May-07 23:01
Sathesh Sakthivel13-May-07 23:01 
Questiondisable going to previous page after using response.redirect to transfer values [modified] Pin
Milan_Croatia13-May-07 21:02
Milan_Croatia13-May-07 21:02 
AnswerRe: disable going to previous page after using response.redirect to transfer values Pin
Christian Graus13-May-07 23:30
protectorChristian Graus13-May-07 23:30 
GeneralRe: disable going to previous page after using response.redirect to transfer values Pin
Milan_Croatia13-May-07 23:58
Milan_Croatia13-May-07 23:58 
QuestionPurpose and use of the App_data folder Pin
steve_rm13-May-07 20:34
steve_rm13-May-07 20:34 
AnswerRe: Purpose and use of the App_data folder Pin
Christian Graus13-May-07 23:31
protectorChristian Graus13-May-07 23:31 
QuestionUsing master page having hyperlink in it Pin
deep713-May-07 20:23
deep713-May-07 20:23 
AnswerRe: Using master page having hyperlink in it Pin
Sherin Iranimose13-May-07 22:33
Sherin Iranimose13-May-07 22:33 
QuestionRegarding WCFService Pin
Gladston Raj13-May-07 20:06
Gladston Raj13-May-07 20:06 
QuestionSearch By Date Pin
Khan.Bangash13-May-07 19:53
Khan.Bangash13-May-07 19:53 
AnswerRe: Search By Date Pin
Sylvester george13-May-07 20:09
Sylvester george13-May-07 20:09 
GeneralRe: Search By Date Pin
Khan.Bangash13-May-07 20:17
Khan.Bangash13-May-07 20:17 
AnswerRe: Search By Date Pin
GgAben13-May-07 21:55
GgAben13-May-07 21:55 

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.