up vote 0 down vote favorite
share [g+] share [fb]

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

link|improve this question
Does this happen only when you have recently made changes? – Nippysaurus Nov 5 '09 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 '09 at 3:27
feedback

2 Answers

User Response.flush to forcefully flush the server response.

Use FireBug for client-side debugging.

alt text

link|improve this answer
There are always upvotes waiting for firebug – Andrew Cox Nov 5 '09 at 7:51
feedback

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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