Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionReturning ArrayList Problem (C#) Pin
J Liang28-May-07 23:38
J Liang28-May-07 23:38 
AnswerRe: Returning ArrayList Problem (C#) Pin
Guffa28-May-07 23:57
Guffa28-May-07 23:57 
GeneralRe: Returning ArrayList Problem (C#) Pin
J Liang29-May-07 15:26
J Liang29-May-07 15:26 
AnswerRe: Returning ArrayList Problem (C#) Pin
Sandeep Akhare28-May-07 23:59
Sandeep Akhare28-May-07 23:59 
GeneralRe: Returning ArrayList Problem (C#) Pin
J Liang29-May-07 15:23
J Liang29-May-07 15:23 
Questionaccess a database Pin
matjame28-May-07 23:37
matjame28-May-07 23:37 
AnswerRe: access a database Pin
N a v a n e e t h29-May-07 0:19
N a v a n e e t h29-May-07 0:19 
QuestionCommunicator web access can't reply after sometime Pin
Hardik Patel (GTL)28-May-07 23:35
Hardik Patel (GTL)28-May-07 23:35 
Hi,

I am working on web application using C# which send htmlwebrequest at every 5 second to communicator web access server. After some request that communicator web access server is going slow down. So it reply comes slow and my system going to be hang.

Can anybody tell me why that server is going to down?

I userd following code:


requestOutstanding = (HttpWebRequest)WebRequest.Create(m_server + "/cwa/AsyncDataChannel.ashx?AckID=" + ackID + "&Ck=" + userCookieRandomName + "&UA=true");

requestOutstanding.Method = "GET";
requestOutstanding.KeepAlive = false;
requestOutstanding.ConnectionGroupName = m_Uri + "OutstandingGet";
requestOutstanding.UserAgent = userAgent;
requestOutstanding.Accept = "text/json";
requestOutstanding.ContentType = "text/json";
requestOutstanding.CookieContainer = ccContainer;
responseOutstanding = (HttpWebResponse)requestOutstanding.GetResponse();


Please help me.......

Thanks,


Regards,
Hardik Patel
Analyst Programmer

Questionshow image in data grid useing asp.net and vn.net Pin
dhuliya28-May-07 23:34
dhuliya28-May-07 23:34 
QuestionRe: show image in data grid useing asp.net and vn.net Pin
Venkatesh Mookkan29-May-07 2:24
Venkatesh Mookkan29-May-07 2:24 
Questiongridview +edit+delete+update Pin
ritu432128-May-07 22:53
ritu432128-May-07 22:53 
AnswerRe: gridview +edit+delete+update Pin
Saifi Hasan28-May-07 23:19
Saifi Hasan28-May-07 23:19 
GeneralRe: gridview +edit+delete+update Pin
ritu432128-May-07 23:26
ritu432128-May-07 23:26 
Questionaccess database Pin
kvijayajyothy28-May-07 22:39
kvijayajyothy28-May-07 22:39 
AnswerRe: access database Pin
Christian Graus28-May-07 23:20
protectorChristian Graus28-May-07 23:20 
GeneralRe: access database Pin
kvijayajyothy28-May-07 23:26
kvijayajyothy28-May-07 23:26 
GeneralRe: access database Pin
Chetan Ranpariya29-May-07 0:26
Chetan Ranpariya29-May-07 0:26 
GeneralRe: access database Pin
kvijayajyothy29-May-07 0:56
kvijayajyothy29-May-07 0:56 
QuestionRe: access database Pin
Chetan Ranpariya29-May-07 1:13
Chetan Ranpariya29-May-07 1:13 
AnswerRe: access database Pin
kvijayajyothy29-May-07 1:33
kvijayajyothy29-May-07 1:33 
GeneralRe: access database Pin
SimulationofSai29-May-07 2:10
SimulationofSai29-May-07 2:10 
QuestionDeatils view Pin
A kamath28-May-07 22:12
A kamath28-May-07 22:12 
AnswerRe: Deatils view Pin
Harini N K28-May-07 22:35
Harini N K28-May-07 22:35 
GeneralRe: Deatils view Pin
A kamath28-May-07 22:43
A kamath28-May-07 22:43 
GeneralRe: Deatils view Pin
Harini N K28-May-07 23:05
Harini N K28-May-07 23:05 

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.