Probleam page processing done before complete sql querey
-
i have a sql query when this run the query then i don't know how expand the time. but i have been return message when query is done. i am using this query on aspx page. when i click the button then this run query. page processing done. query already running. now my question is that I want when query is done the my page processing is done. e.g both done same time. how it is possible. please help me.
-
i have a sql query when this run the query then i don't know how expand the time. but i have been return message when query is done. i am using this query on aspx page. when i click the button then this run query. page processing done. query already running. now my question is that I want when query is done the my page processing is done. e.g both done same time. how it is possible. please help me.
What i understand is that you want your query to finish first and then the page is processed. If this is so then on page load call the query synchronously and wait for its completion. And after it is completed proceed to next step. i.e processing of page
Ahsan Ullah Senior Software Engineer MCTS 2.0
-
i have a sql query when this run the query then i don't know how expand the time. but i have been return message when query is done. i am using this query on aspx page. when i click the button then this run query. page processing done. query already running. now my question is that I want when query is done the my page processing is done. e.g both done same time. how it is possible. please help me.