vote up 0 vote down star

Hello I am Making a website in ASP.Net on C#. I use 4 queries to get the data from MS SQL Server database. Now the problem is sometime I get the page in browser quickly and sometimes only the "website found waiting for reply" in status bar of IE gettinh nothing.. Please help me out. Thanks

flag
Does this happen only when you have recently made changes? – Nippysaurus Nov 5 at 3:04
Are any parameters used by these queries? If so, what types of parameters and do the values of the parameters vary? – Phaedrus Nov 5 at 3:27

2 Answers

vote up 0 vote down

No this does not happen only when I made any change to code. Recently I used stored procedure to get the resultset from MS SQl Server database, I add one parameter of type varchar with that the result will be filtered.

link|flag
vote up 1 vote down

User Response.flush to forcefully flush the server response.

Use FireBug for client-side debugging.

alt text

link|flag
There are always upvotes waiting for firebug – Andrew Cox Nov 5 at 7:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.