I couldn't find : Lets say , I have 3 textboxes on my asp.net website:
1.Name ___________
2.Code ___________
3.ID ___________
I want to add a label near the texbox , and if someone edits the information from name or code or id , the label will turn to -> date when the info was changed there and so on .
so it should be like this lets say :
1.Name ________ : Info from Name was changed last time 02/20/2012 .
also I want to make a search function .
on buuton click u can update or keyup event ... or after mouse lose focus on textbox
Make another coulmn in your database & update with things changed by user with date...
to search
first make that coulmn indexed (for fast search)
query will be like :
or
you can use match or contain query for full text search...
remeber do not use query like