arun_mrk Posted April 9, 2003 Posted April 9, 2003 My web page has a datagrid(for multiple row edit) bind to a dataset with all the columns been data bound except one which is a template column with a dropdownlist. Users can only modify the dropdownlist. Datagrid might have 1000 of rows of which the user is certainly going to modify DROPDOWN LIST value for a few rows. How can i identify the rows that are modified(best approach). Could some suggest me some way(considering the speed issue also). Quote
Moderators Robby Posted April 9, 2003 Moderators Posted April 9, 2003 The HasChanges checks at the table level, it may (I doubt it) have one at the row level. Quote Visit...Bassic Software
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.