hemenkap Posted April 28, 2003 Posted April 28, 2003 i want to emulate the recordset.find method for the dataset. my main concern is that recordset.find method returns the position ( or rather it moves to cursor to the record that fulfills the criteria) and the we can get the position using the absloute position property. i want to do the same thing for dataset. i dont want the function to return the matching datarow, i want it to return the position of the matching datarow in the dataset. Thanks Quote
Leaders quwiltw Posted April 28, 2003 Leaders Posted April 28, 2003 Did you try Find off of the DefaultView? [msdn]System.Data.DataView[/msdn].Find Quote --tim
hemenkap Posted May 5, 2003 Author Posted May 5, 2003 Hi, Thanks for you advice. i tried it out today and it worked. Hemen Kapadia Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.