473,503 Members | 3,739 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Creating a library of Web User Controls (or something equal)

Hello:

We are implementing a work flow system. We would like there to be one
site hosting all the different work flows. Each state in the work flow
is to be associated with a web user control (or something equivalent)
that can be loaded dynamically and displayed. The control will provide
events to allow the host web site to observe user interaction and
eventually transition the work flow to the next state.

We are right now doing some preliminary testing and would like to know
if it is possible to create assemblies with web user controls.
However, it seems that web user controls don't like to be created
outside of the webpage that uses them.

We are wondering if there is another way of getting what we want
without using web user controls. We are trying to avoid working
without a designer. We don't want pure HTML or server controls. We
can't stick the user controls directly in host web site because the
same application may be customized and hosted separately for a large
number of organizations with different needs. We also want the ability
to create new states and user controls without restarting the system.
We are trying to keep things flexible.

We have been thinking about storing an assembly name with each state
in a relational database. The host application, provided the state ID,
will load the state and get the assembly name. The assembly will
implement an interface that provides a method returning a user
control. The user control will implement an interface with events for
observation. All this will be achieved using reflection.

We have thought about using a web service to return the user controls.
However, we have no idea how to do this either.

We're looking for ideas and potential solutions. Thanks for any input.

~Travis
Jun 1 '08 #1
0 1329

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1334
by: Mohandas P.M | last post by:
Hi, We have a prob with .Net User Controls, something like this. I have a Custon Control InfoLabel Derived from System.Windows.Forms.Label ( Direct Inheritance - Custom Control) and the some...
1
1302
by: NathanV | last post by:
In traditional ASP I used to pretty much replicate what is now being done in ASP.NET 2.0 with the master pages. I would create a header include file that included everything up to the main content...
5
1602
by: Gopal Krish | last post by:
Wondering what's the pros and cons in creating reusable web controls using 1. User Controls 2. C# class that creates the controls programmatically Example, I want to develop a page menu...
2
1003
by: sara | last post by:
Hi all i create a web user control i need to create one at runtime when i fire some events any ideas?? thanks
3
2094
by: Ryu | last post by:
Hi all, Is it possible to create a dll project of ascx controls? I have tried creating a dll project and then adding ascx files. But I cant view them in design mode. Neither can I attach the its...
4
1938
by: DaveOnSEN | last post by:
I love how easy it is to develop ASP.NET user controls. They are fast to make and easy to reuse within your web application. However, sometimes I want to make controls that I use in one web...
8
3156
by: mark.norgate | last post by:
I've run into a few problems trying to use generics for user controls (classes derived from UserControl). I'm using the Web Application model rather than the Web Site model. The first problem...
0
144
by: jehugaleahsa | last post by:
Hello: We are implementing a work flow system. We would like there to be one site hosting all the different work flows. Each state in the work flow is to be associated with a web user control...
1
979
by: Andy B | last post by:
How do you keep the user controls in a web application secure? I.e. not allowing access to them from the outside world. I want to have a dll with the user controls and secondary code like custom...
0
7192
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7064
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7315
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
3158
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3147
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1492
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
721
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
369
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.