Hi all,
Please have a read and let me know your suggestions. I have a vb.net web form that loads up data into various contols on page load. The app is a contact managment app, so an example control on the page would be a drop down list with contact names.
Various administrators are responsible for adding/modifying contact details using this web form- however, for security, these users should only modify contacts within a certain country. So, when an administrator in germany loads the page, they should only see contacts from Germany.
Because of lack of time, etc, i thought of doing the inefficient method of creating different web forms for different countries, but that is silly and cumbersome: i know there must be a way of using the same web form. Can anyone tell me a way of somehow identifying the user on page access (say, getting them to login with windows authentication) and then, based on their login, calling up the right information?
I'm sure this has been done before- if any of you have please let me know, or point me in the direction of some information. Or any other suggestions would be appreciated too.
Thanks!
Neile
Please have a read and let me know your suggestions. I have a vb.net web form that loads up data into various contols on page load. The app is a contact managment app, so an example control on the page would be a drop down list with contact names.
Various administrators are responsible for adding/modifying contact details using this web form- however, for security, these users should only modify contacts within a certain country. So, when an administrator in germany loads the page, they should only see contacts from Germany.
Because of lack of time, etc, i thought of doing the inefficient method of creating different web forms for different countries, but that is silly and cumbersome: i know there must be a way of using the same web form. Can anyone tell me a way of somehow identifying the user on page access (say, getting them to login with windows authentication) and then, based on their login, calling up the right information?
I'm sure this has been done before- if any of you have please let me know, or point me in the direction of some information. Or any other suggestions would be appreciated too.
Thanks!
Neile