I got the Simple ASP.net Login code from C#Sharpcorner, wht should i change so that when the login is successful, it redirect to another page?
I know we can use response.redirect in ASP but i'm not sure of the coding in ASP.net.
Anyone? PLease help.
The code from C#Sharpcorner:
<%@ page language="C#" %>
<%@ import namespace="System.Data" %>
<%@ Import Namespace="System.Data.OleDb" %>
Simple ASP.NET Login
Simple ASP.NET Login