Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How Create/Manipulate Data without using controls?
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01162428
Message ID:
01162800
Views:
15
Jess,

>I am having difficulty manipulating data using MM.Net framework if I am not using MM.Net Controls specifically its binding properties? What if I want to create a new row and manipulate them but the values of the columns/fields would be derived from variables? I can't find any specific example in the MM.Net documentation. Most of the contents seem to be descriptions and definitions but lacks specific example.
>
>For instance:
>
>DataRow rw = this.oPsTest.NewRow();
>rw["keyno"] = 1234;
>this.Save();
>
The basic code you have listed should work fine, but if I were able to see more of the context in which you are using this code it would be more apparent. Can you post more here so I can get a better idea of what's going on?
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform