I've read the other solutions presented and my opinion is thus: I would assume (for the sake of sanity) that you are sending the email in the code-behind. If that assumption is correct, you should be able to verify what fields have changed by comparing each value to its original in code-behind itself without any need to do it via Ajax or Javascript. This method would require that you maintain separate collections of values (one for the original values and second for modified ones) and compare each entry. This would be similar to the way a Dataset handles updates.
On Jan 6, 12:10 am, neema n <[email protected]> wrote: > hi friend > In User edit profile of the my application,i would like to capture the > only modified fields value and mail it to admin of the application. > > how could i capture the edited fields > please help me .. > > thank u > neema
