Click here to Skip to main content
15,885,546 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Question[Message Deleted] Pin
Amit Patel19859-Nov-09 18:30
Amit Patel19859-Nov-09 18:30 
AnswerRe: connection with my sql with ASP.Net Pin
N a v a n e e t h9-Nov-09 18:31
N a v a n e e t h9-Nov-09 18:31 
GeneralRe: connection with my sql with ASP.Net Pin
Amit Patel19859-Nov-09 18:46
Amit Patel19859-Nov-09 18:46 
GeneralRe: connection with my sql with ASP.Net Pin
Christian Graus9-Nov-09 18:47
protectorChristian Graus9-Nov-09 18:47 
QuestionAsync updates to DB without BackgroundWorker Pin
student_rhr9-Nov-09 12:40
student_rhr9-Nov-09 12:40 
AnswerRe: Async updates to DB without BackgroundWorker Pin
N a v a n e e t h9-Nov-09 15:32
N a v a n e e t h9-Nov-09 15:32 
GeneralRe: Async updates to DB without BackgroundWorker Pin
student_rhr10-Nov-09 5:10
student_rhr10-Nov-09 5:10 
GeneralRe: Async updates to DB without BackgroundWorker Pin
N a v a n e e t h10-Nov-09 14:41
N a v a n e e t h10-Nov-09 14:41 
student_rhr wrote:
I agree with you that BackgroundWorker is a bad idea that's why I was wondering if there might be a better way to accomplish this.


See the point 1 in my first reply.

student_rhr wrote:
Also, what are your thoughts about Async Delegates? Have you seen any adverse effects of using them in ASP.NET?


Asynchronous pattern will make your code unnecessarily complicated. So I'd stay away from it unless there is a strong need for using it. As I said, work with Thread or ThreadPool directly.

Best wishes,
Navaneeth

Questionhow to connect to the pop3 server from web page Pin
amalatsliit9-Nov-09 11:45
amalatsliit9-Nov-09 11:45 
AnswerRe: how to connect to the pop3 server from web page Pin
Christian Graus9-Nov-09 11:51
protectorChristian Graus9-Nov-09 11:51 
GeneralRe: how to connect to the pop3 server from web page Pin
amalatsliit9-Nov-09 12:18
amalatsliit9-Nov-09 12:18 
GeneralRe: how to connect to the pop3 server from web page Pin
Christian Graus9-Nov-09 14:49
protectorChristian Graus9-Nov-09 14:49 
AnswerRe: how to connect to the pop3 server from web page Pin
Kannan Ar9-Nov-09 15:27
professionalKannan Ar9-Nov-09 15:27 
QuestionShow/hide menu Pin
aspneter9-Nov-09 9:38
aspneter9-Nov-09 9:38 
AnswerRe: Show/hide menu Pin
Abhishek Sur9-Nov-09 10:26
professionalAbhishek Sur9-Nov-09 10:26 
QuestionCan I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:22
fiaolle9-Nov-09 8:22 
AnswerRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:26
fiaolle9-Nov-09 8:26 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 8:42
professionalAbhishek Sur9-Nov-09 8:42 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 9:00
fiaolle9-Nov-09 9:00 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 10:23
professionalAbhishek Sur9-Nov-09 10:23 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 10:59
fiaolle9-Nov-09 10:59 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 21:27
professionalAbhishek Sur9-Nov-09 21:27 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 21:45
fiaolle9-Nov-09 21:45 
Questionchat application Pin
anishkannan9-Nov-09 6:36
anishkannan9-Nov-09 6:36 
AnswerRe: chat application Pin
Abhishek Sur9-Nov-09 7:14
professionalAbhishek Sur9-Nov-09 7:14 

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.