views:

199

answers:

2

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

+1  A: 

User Response.flush to forcefully flush the server response.

Use FireBug for client-side debugging.

alt text

this. __curious_geek
There are always upvotes waiting for firebug
Andrew Cox
A: 

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.

Naseem