Simple ASP.NET Login
ASP.net UserLogin
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
des_limPosted Aug 25, 2004, 12:46 AM
nick 0Posted Aug 9, 2004, 11:34 AM