Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

ASP.NET with User Interface Process Application Block

Hi,

The application in which i am working has got the following parts:

user

Customer

Flavour.

The workflow between the parts are as follows:

User is linked to one or many customer.
A customer can be linked to only one flavour .
Each flavour has got different page worflow , assume for Flavour F1 page workflow is from Pg1 to Pg5 for Flavour F2 the page workflow is from Cg1 to Cg 15.

Now the workflow of the application is as follows:

user log's in.Depending upon user association with Customer all the associated customer are displayed in a Combo-box.As per the Customer selected the workflow for that flavour is shown to user.Assume User selects Customer C1.Customer C1 is associated with flavour F1.So after selection Customer C1 page squence from Pg1->Pg2->Pg3->Pg4->Pg5 should be displayed not Cg1->Cg2->Cg3->Cg4->Cg5->Cg6->Cg7->Cg8.

The above all should be designed and implmented using the dotnet "User Interface Process Application Block ".

Any idea or pointers for the same .

Thanks,
Robin
[1147 byte] By [robinp] at [2007-11-11 10:31:25]