
October 22nd, 2003, 01:22 PM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 11
Time spent in forums: 4 m 16 sec
Reputation Power: 0
|
|
ASP.NET: Context.Items.Add question
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
|