Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can any one tell me how to find last change of data in .aspx suppose i have three users

first user
second user
final user

First User
I assume create a single page in admin panel and send approval for second User.

My question is how to find second user is what parts make(changed) first user.

for example

suppose first user make a page. in this page have two textbox.

second user how to assume two textbox all ready there or enter new two textbox and also highlight the change data or add data.

it's very urgent for me.
Posted
Updated 18-Dec-14 19:39pm
v2
Comments
Afzaal Ahmad Zeeshan 19-Dec-14 0:42am    
It is such a vague question, if you're going to consider the changes made in the source code, then you should go and look for a Source control service, such as GitHub or Team Foundation Server etc.
Guruprasad.K.Basavaraju 19-Dec-14 1:29am    
I think what he is asking is how do you highlight a field when it is updated? In case you submit the changed data for approval at next level.

Please cut some slack to newbies, we were once new too. Asking the right questions will help them frame their next question the right way and save your time.
Afzaal Ahmad Zeeshan 19-Dec-14 2:28am    
Your right, and personally I consider myself to be a newbie until now. :-)

That is why, I am forwarding him to a field that he might be able to get answers from, do you really believe, anyone here - instead of BillWoodruff - would provide entire solution to the problem. I tried doing the same, and I got ending up receiving a lot of downvotes as not keeping up with the usage terms.

Yes, I also guess that he is writing the same question, to check for the updates that both make, the things that second user makes an update for, and then do what so ever he might be able to. The good answer, for a newbie is not, here take this solution and use it, it actually is to forward him to a field that makes this possible. Which is, Source control! Like GitHub etc.
Thanks7872 19-Dec-14 1:40am    
As per i understand, you want to track changes made from first step to nth step. If this is so, you have to store each steps data somewhere. It might be DB. Before moving from page,compare the stored data[It shows previous data] and the current steps data. List and LINQ will come handy in such case.
joginder-banger 19-Dec-14 1:48am    
sir have any link or example plz share.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900