I am new to .net. I have created a page with login.
When I enter the information and when the username and password match, "My home page" text turns into a hyperlink, when I click the hyperlink it directs me to a profile web-form.
I need to modify the code in such a way that when the login details match the page should be directed to the profile web-form without having to click the hyperlink. I need code for this issue.
Thank You