Hai All,
There is a problem on my asp.net(C#) programi am using VS.Net2003.On that program i'm taking datas fromOracle database and displaying it.
My query will taking(now) 89512 Rows of dataswhen that query works i got the following error:
Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
Administrator Note: An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.
IF i give one more condition eg: upper(name) like '%SS%'(return 1814 rows) thenthe program woorks well. How can i overcome this problem?.i'm using datatable to store data and datagrid to display.
Somebody please help me...