displaying data
-
Hi All, I am showing some data in my web page which is coming from database sql. When i exec proc in database then it shows 128 records but when i try to show data in web page on click of button then it does not get data. it still shows page is loading in task bar. what could be the problem? thanks in advance. Regards, Gourav tyagi
-
Hi All, I am showing some data in my web page which is coming from database sql. When i exec proc in database then it shows 128 records but when i try to show data in web page on click of button then it does not get data. it still shows page is loading in task bar. what could be the problem? thanks in advance. Regards, Gourav tyagi
Your application does not connect to db wheather u get a Timeout error. Please check that........ :)
-
Hi All, I am showing some data in my web page which is coming from database sql. When i exec proc in database then it shows 128 records but when i try to show data in web page on click of button then it does not get data. it still shows page is loading in task bar. what could be the problem? thanks in advance. Regards, Gourav tyagi
It may not be problem with SP. It can be problem with connection string , passing wrong number or type of parameters to sp.
-
Hi All, I am showing some data in my web page which is coming from database sql. When i exec proc in database then it shows 128 records but when i try to show data in web page on click of button then it does not get data. it still shows page is loading in task bar. what could be the problem? thanks in advance. Regards, Gourav tyagi