i have four differnet data entry users that will be using four different forms on my asp.net application to enter data into a database.
i currently have windows authentication so that the user will not see the other user’s form.
my question is how can i send all the four groups the same link http://website….default.aspx and have it display content SPECIFICALLY for that users?
You have a few options:
Without knowing more about the problem, this is the best answer I can give.