Hi!
At first I tell you what I will do:
1. Load data from DB
2. Fill System.Web.UI.WebControls.TextBox with data from DB
3. Than the user can change some data in the System.Web.UI.WebControls.TextBox
and now how I can compare what the user change?
should I add a new Item to Context.Items and compare it after changes?
any idea?
regards,
gicio