Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding web Control to an Entity ?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Binding web Control to an Entity ?
Miscellaneous
Thread ID:
01176690
Message ID:
01176690
Views:
54
I used teh Business layer generator. I have a Webpage with a datagrid that will supply the key.

CustomerEntity oCE = this.oCustomers.GetCustomerByID(key);

My data is visible in the watch window in oCE.

How do I now add data binding to those text boxes above the datagrid for edit of my Customer or add a new one on the fly? I was looking for data binding and the ability to see if anything has changed in a save() type of function.

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform