|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Developing .NET Custom Web Control for use in ASP & ASP.NET pagesI 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 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 Show quoteHide quote > 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
Uncheck Checkboxes
Repeat web controls in ASPX page Dynamic loadcontrol of ascx with dll not in bin path GridView Rows collection refresh within an event Open New Window Server Side DataGrid Question - asp:Hyperlink How do you populate the Dropdown in IE Web Controls? Creating a 3 State Rollover Button AddHandler / Remove Handler? DBNull.Value and the dropdownlist |
|||||||||||||||||||||||