Passing Form Fields to VB.NET Custom Business Object in an ASP.NET Code Behind Page 
Author Message
 Passing Form Fields to VB.NET Custom Business Object in an ASP.NET Code Behind Page

Given a .NET class implemented in BusinessObject.vb, and instantiated in the
codebehind page of an ASPX file... How would I pass all of the fields that
were posted back to the ASPX page, to the business component:

*** Code Behind Page for an ASPX File ***
objDB = New Crouch.BusinessObject()
objDB.Connection = ConfigurationSettings.AppSettings("ConnectionString")
objDB.Update(Request.Form) '???
*** End Code Behind Page for an ASPX File ***

Regards,

-Robert



Tue, 18 Jan 2005 06:22:11 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Returning Dataset to ASP.NET from .NET Component / Business Object Serialization

2. vb.net code transform to asp.net code?

3. Problem passing VB COM+ ASP Request object to .NET component System.Web.HTTPRequest through COM interop

4. VB.NET with ASP.NET web forms

5. ADO.NET with ASP.NET using VB.NET

6. RDS in ASP and a custom business object (VB)

7. Code behind for VB.NET?

8. VB.NET: Form slowly redraws background image behind transparent controls

9. Passing Objects in ASP.Net

10. VB.NET business objects and COM+

11. Passing a valid Session Object from .NET to VB 6 objects

12. passing values between web forms in ASP.NET

 

 
Powered by phpBB® Forum Software