Click here to Skip to main content
15,899,314 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
hi,

I want to show information by Detailsview and the user can edit or delete that. But when the user tike one of element and update the user can’t edit again until enter a code in the textbox.
Posted
Updated 26-Sep-11 1:45am
v2
Comments
Sergey Alexandrovich Kryukov 27-Feb-12 13:32pm    
This is not a question.
--SA

1 solution

Set one property with the name IsEdited true one when edited. Always match for this property. By default let it be false.
 
Share this answer
 

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