J
Jack David
I have a number of web user controls that I want to be able to load into a
page. I want to be able to define what controls to include in the page, and
what order they should appear in.
I am using C#
Example:
Web Control 1 = Greeting
Web Control 2 = Select Credit Card Type
If Session ScriptID = A then I would want to display
Greetting
Select Credit Card Type
If Session ScriptID = B then I would want to display
Select Credit Card Type
Greeting
If Session ScriptID = C then I would want tp display
Greeting
Can I store the location and order in a database table and somehow load this
into the page when it is rendered??
Thanks
Jack David
page. I want to be able to define what controls to include in the page, and
what order they should appear in.
I am using C#
Example:
Web Control 1 = Greeting
Web Control 2 = Select Credit Card Type
If Session ScriptID = A then I would want to display
Greetting
Select Credit Card Type
If Session ScriptID = B then I would want to display
Select Credit Card Type
Greeting
If Session ScriptID = C then I would want tp display
Greeting
Can I store the location and order in a database table and somehow load this
into the page when it is rendered??
Thanks
Jack David