hi neema ,

with the help of hidden variables we can do this,

first initially take hidden controls for all the controls in ur form

in the java script write a function for onload in the body tag

and in this function capture all the control values and place them in the
hidden controls

and after that in the javascript functions related to the edit button ...
compare the values with those in

the controls with the values in ur hidden controls which u were captured in
the onload function of ur

body tag.

if both the values are different... then value is changed. and then u will
return a flag with some alert

message for purpose of testing to know whether its working properly or not.

i hope u get the thing iam trying to say... if any queries.. u can ping me
back..


have a nice time




On Fri, Jan 8, 2010 at 12:33 PM, deepthy mca <[email protected]> wrote:

> thanks for ur valuable advice.
>
> On Thu, Jan 7, 2010 at 8:21 PM, vinay kumar <[email protected]>wrote:
>
>> if u want to perform *Code Behind*
>> create a dynamically compare field validator function of boolean type
>> pass old value(previous) and new value
>> old value will get from the database and the new value from the changed
>> field
>> if it returns true then send the field
>>
>>
>> On Wed, Jan 6, 2010 at 12:40 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
>>>
>>
>>
>


-- 
Have A  Nice Day

Reply via email to