Click here to Skip to main content
15,911,531 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmultilanguage application Pin
Member 870181318-Feb-13 7:39
Member 870181318-Feb-13 7:39 
AnswerRe: multilanguage application Pin
Sandeep Mewara18-Feb-13 7:58
mveSandeep Mewara18-Feb-13 7:58 
GeneralRe: multilanguage application Pin
Member 870181325-Feb-13 21:59
Member 870181325-Feb-13 21:59 
GeneralRe: multilanguage application Pin
Sandeep Mewara25-Feb-13 23:24
mveSandeep Mewara25-Feb-13 23:24 
GeneralRe: multilanguage application Pin
Member 870181326-Feb-13 1:44
Member 870181326-Feb-13 1:44 
GeneralRe: multilanguage application Pin
Sandeep Mewara26-Feb-13 2:04
mveSandeep Mewara26-Feb-13 2:04 
GeneralRe: multilanguage application Pin
Member 870181326-Feb-13 2:51
Member 870181326-Feb-13 2:51 
GeneralRe: multilanguage application Pin
Member 870181326-Feb-13 5:20
Member 870181326-Feb-13 5:20 
AnswerRe: multilanguage application Pin
Sandeep Mewara26-Feb-13 5:38
mveSandeep Mewara26-Feb-13 5:38 
GeneralRe: multilanguage application Pin
Member 870181327-Feb-13 4:38
Member 870181327-Feb-13 4:38 
GeneralRe: multilanguage application Pin
Sandeep Mewara27-Feb-13 4:48
mveSandeep Mewara27-Feb-13 4:48 
GeneralRe: multilanguage application Pin
Member 870181327-Feb-13 6:24
Member 870181327-Feb-13 6:24 
GeneralRe: multilanguage application Pin
Sandeep Mewara27-Feb-13 6:28
mveSandeep Mewara27-Feb-13 6:28 
GeneralRe: multilanguage application Pin
Member 870181327-Feb-13 16:10
Member 870181327-Feb-13 16:10 
Questions/m has to send mail on button click event Pin
Member 870181318-Feb-13 5:24
Member 870181318-Feb-13 5:24 
AnswerRe: s/m has to send mail on button click event Pin
Sandeep Mewara18-Feb-13 5:57
mveSandeep Mewara18-Feb-13 5:57 
GeneralRe: s/m has to send mail on button click event Pin
Member 870181318-Feb-13 6:42
Member 870181318-Feb-13 6:42 
GeneralRe: s/m has to send mail on button click event Pin
Sandeep Mewara18-Feb-13 6:49
mveSandeep Mewara18-Feb-13 6:49 
GeneralRe: s/m has to send mail on button click event Pin
Member 870181318-Feb-13 7:26
Member 870181318-Feb-13 7:26 
Questionsending mail on button click event from the s/m Pin
Member 870181318-Feb-13 5:15
Member 870181318-Feb-13 5:15 
AnswerRe: sending mail on button click event from the s/m Pin
Sandeep Mewara18-Feb-13 6:00
mveSandeep Mewara18-Feb-13 6:00 
QuestionUsing Ajax in my project Pin
javeed03518-Feb-13 3:32
javeed03518-Feb-13 3:32 
Questionweb service keep a process open Pin
dcof17-Feb-13 13:12
dcof17-Feb-13 13:12 
I am trying to determine where a C# 2008 application that communicates with a web service is having a process problem. The C# 2008 app is communicating to the web service using a *.wsdl file by accessing a proxy. The problem is when the C# app has finished executing there are still processes that are active when looking at the task manager on the production server.

Thus the proxy still has a process executinng and/or the connection to the web service has some process that is not releasing some process.

Thus my questions are:
1. What do I look for in the connection to the web service that may not be releasing the appropriate resources? Can you tell me what I can do to try to resolve the problem?
2. If the proxy is not releasing some resource, can you tell me what to look for and let me know how to reolve the problem?
3. To at least try to solve the problem, would using the system.exit(1) at the end of the code at least resolve the problem? if system.exit(1) does not work, can you tell me what you suggest I do stop the unwanted process from executing in the code?
AnswerRe: web service keep a process open Pin
N a v a n e e t h17-Feb-13 17:15
N a v a n e e t h17-Feb-13 17:15 
Questionerror in passing array parameter to a storedprocedure Pin
Member 870181316-Feb-13 16:28
Member 870181316-Feb-13 16:28 

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.