Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data Binding in Webform
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Data Binding in Webform
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01361790
Message ID:
01361790
Views:
58
A simple question on databinding in Web Form.

I know MM.Net works great when I want to bind a mmTextBox control to one of the column in the entity. Page loads and data is bound. The question is how does MM.Net help to transfer data back to the column when I call BizObject.SaveEntity() method? I can always to transfer it manually like below.
myDataRow["myColumn"] = txtmyColumn.Text.Trim();
Does MM.Net offer any better way to do this? The sample example doesn't show anything.

- Jayesh
- Jayesh
Next
Reply
Map
View

Click here to load this message in the networking platform