Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 05, 2010 01:04 PM by xequence
0 Points
19 Posts
Aug 05, 2010 12:09 PM|LINK
Hi all,
I have to know how to achieve the following senario in an web application,
I have a search functionality, where i will give some parameteres which are used as input to my select query in sql database.
Once i click the start search button the parameters will go to database and execute the query. and display the result in application.
If i click the Stop Search, i want to retireve the records which are available till that time. How can this be achieved in .net
Thanks,
Kaliprasad.
Contributor
4313 Points
1528 Posts
Aug 05, 2010 01:04 PM|LINK
You would have to perform some asynchronous requests. As for returning a result set that is incomplete, I would like to know as well.
amara_prasad
0 Points
19 Posts
Partial retrieval of Dataset values
Aug 05, 2010 12:09 PM|LINK
Hi all,
I have to know how to achieve the following senario in an web application,
I have a search functionality, where i will give some parameteres which are used as input to my select query in sql database.
Once i click the start search button the parameters will go to database and execute the query. and display the result in application.
If i click the Stop Search, i want to retireve the records which are available till that time. How can this be achieved in .net
Thanks,
Kaliprasad.
Xequence
Contributor
4313 Points
1528 Posts
Re: Partial retrieval of Dataset values
Aug 05, 2010 01:04 PM|LINK
You would have to perform some asynchronous requests. As for returning a result set that is incomplete, I would like to know as well.
Credentials