Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Re: Help
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01236253
Message ID:
01237076
Views:
16
>You can do it this way, but if you have the Business Layer Generator create your select, insert, update, and delete stored procedures for you you can just do this:
>
>LocationEntity locationEntity = this.NewEntity();
>locationEntity.Address = "My Address";
>locationEntity.CategoryID = 2;
>this.SaveEntity();

Should this work when using the mmRADGrid?
Regards,

Fred Chateau
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform