G
Guest
I have a webpage that calls a stored procedure and runs a query that takes a
bit of time to complete. If I put a break point in the page and run the
page everything works fine but without the breakpoint the data grid is not
updated unless I hit the event button twice. I think the query is taking too
long to run so just wondering if there is an easy way to delay the postback
to the client until the query has time to run?
thanks,
bit of time to complete. If I put a break point in the page and run the
page everything works fine but without the breakpoint the data grid is not
updated unless I hit the event button twice. I think the query is taking too
long to run so just wondering if there is an easy way to delay the postback
to the client until the query has time to run?
thanks,