Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Developing .NET Custom Web Control for use in ASP & ASP.NET pages

Reply
Thread Tools

Developing .NET Custom Web Control for use in ASP & ASP.NET pages

 
 
Srikar
Guest
Posts: n/a
 
      04-18-2005
I am writing some .NET Custom Web Controls like menu bar.
I want those controls to be used both in ASP & ASP.NET
pages. Is it possible to write an Interop wrapper so that
ASP applications can aswell use the .NET custom web
controls? Any pros & cons with this approach ?

Thanks,
Srikar

 
Reply With Quote
 
 
 
 
Brock Allen
Guest
Posts: n/a
 
      04-19-2005
You're looking at two different architectures. This is almost like saying
you want to use the same menu control for ASP.NET and PHP. So one possible
approach would be to factor out the common menu stuff into something that
can be chared, such as a client side include and then do the work in the
browser.

-Brock
DevelopMentor
http://staff.develop.com/ballen



> I am writing some .NET Custom Web Controls like menu bar. I want those
> controls to be used both in ASP & ASP.NET pages. Is it possible to
> write an Interop wrapper so that ASP applications can aswell use the
> .NET custom web controls? Any pros & cons with this approach ?
>
> Thanks,
> Srikar




 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
What are you developing ASP.NET pages in? Brett ASP .Net 6 04-12-2005 12:33 AM
Ebook for Developing Asp.net Web Control Swap ASP .Net Web Controls 0 08-12-2004 11:42 AM
Error loading class when developing web pages under folders Duron ASP .Net 12 06-15-2004 03:37 PM
Developing a HELP system for asp.net pages SamIAm ASP .Net 0 10-21-2003 11:31 PM
ControlDesigner not invoked on custom control when control is rendered within another custom control Matt Sokol ASP .Net Building Controls 2 08-07-2003 07:13 AM



Advertisments