Click here to Skip to main content
15,896,312 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi I am working in a project where the architecture used is MVP,the flow goes like:

If i make a user control(Sample.ascx) under a particular module(Trainee) then the view(ISampleView) and presenter(Sample Presenter) is made automatically,
then I have a business module where the repository(Trainee) is defined,in that i have
TraineeRepository and ITraineeRepository( This interface has the method declaration for the TraineeRepository.),
the flow goes from repo to manager to presenter and then code behind.
now i need to make 2 combo box ,for zipcodes of city and country,
first the user will select the country,and then the city,the moment the user selects the city,the corresponding zip code is displayed on a label..
can anyone help me out...
I know it will sound confusing,please ask me if the same arises.
Posted
Updated 3-Oct-12 20:56pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900