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.
this. __curious_geek
2009-11-05 07:36:47
There are always upvotes waiting for firebug
Andrew Cox
2009-11-05 07:51:43
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
2009-11-06 08:42:58