all groups > dotnet distributed apps > december 2004 >
You're in the

dotnet distributed apps

group:

vb.net To Asp.net


vb.net To Asp.net Venkat
12/27/2004 11:31:01 PM
dotnet distributed apps:
i Develop one Application as window based Control .i Want call it on web
application
Re: vb.net To Asp.net Sam Santiago
12/28/2004 12:58:55 PM
You might want to start with this introduction article to web forms:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/introwebforms.asp

Web forms and windows forms are quite different. Different namespaces and
behavior. Sharing among the two can be quite difficult. Good luck.

Thanks,

Sam

--
_______________________________
Sam Santiago
ssantiago@n0spam-SoftiTechture.com
http://www.SoftiTechture.com
_______________________________
[quoted text, click to view]

RE: vb.net To Asp.net James Hicks - MCP, MCAD
12/30/2004 2:57:01 PM
You should refactor the business logic (what the control actually does) from
the GUI code. You can then call your business logic from either type of
control. I would package the business logic as a seperate assembly and
include it as a reference within your windows control and web control
assemblies.

James Hicks
MCP, MCAD

[quoted text, click to view]
AddThis Social Bookmark Button