Code behind for VB.NET? 
Author Message
 Code behind for VB.NET?

Hello

I am trying to find out if it is possible to have something like ASP.NET
code behind inside VB.NET. It would be really nice if I could reuse the
logic I have in my code behind files in the fat client app we are
developing. If that's possible I would only need to translate the UI I have
in ASP.NET to VB.NET Forms, and all the control events and logic would be
done.

Thanks,

Fernando



Mon, 27 Jun 2005 02:05:44 GMT  
 Code behind for VB.NET?
Effectively, code-behind just puts the logic in a DLL. You could just do the
same.

Greg Low
Brisbane, Oztralia


Quote:
> Hello

> I am trying to find out if it is possible to have something like ASP.NET
> code behind inside VB.NET. It would be really nice if I could reuse the
> logic I have in my code behind files in the fat client app we are
> developing. If that's possible I would only need to translate the UI I
have
> in ASP.NET to VB.NET Forms, and all the control events and logic would be
> done.

> Thanks,

> Fernando



Mon, 27 Jun 2005 08:02:37 GMT  
 
 [ 2 post ] 

 Relevant Pages 

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

2. Code-behind file inheriting from another code-behind file

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

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

5. VB code behind Memu Buttons

6. Error 30366 in VB code behind Visual Studio 2005 project

7. How to set color coding w/o using code behind

8. How do I reuse code in the Code-Behind section of an ASPX page

9. Sorting fiels in Crystal .NET by code VB .NET

10. VBA code to VB.Net code

11. Tool to check code complexity of VB.net code

12. Network Error - corrupted code behind form Access 2000

 

 
Powered by phpBB® Forum Software