I am looking to create a master page that would look to see if a user that has logged into our network and has any form entries in a SQL Server DataBase I already created. If this is the users first time connecting to form web page the user would be redirected to the form.aspx page to create a form. If the User has already created a form then the user would be redirected to a FormView.aspx page were the user can select a form that he has already created from a grid view with the users forms presented to the user. These .aspx pages reside on a company private intranet. Does any have a suggestion on how I should proceed or links?
Thank You,
Andym60