Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to save data from a webform
Message
From
11/12/2008 04:48:12
Deepesh Ms
Alif Technologies India Pvt Ltd
India
 
 
To
10/12/2008 08:37:44
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
ASP.NET
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Oracle
Application:
Web
Miscellaneous
Thread ID:
01365474
Message ID:
01366589
Views:
10
I just registered the business object and called the GetEmptyDataSet() method.The is
protected void btnSave_Click(object sender, EventArgs e)
{
oUser = (USERS)this.RegisterBizObj(new USERS());
oUser.GetEmptyDataSet();
}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform