using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
namespace AdminDSINT.Web.WebPages
{
public partial class Login : System.Web.UI.Page
{
protected void Page_Load( object sender, EventArgs e )
{
}
protected void lLogin_Authenticate( object sender, AuthenticateEventArgs e )
{
if( FormsAuthentication.Authenticate( lLogin.UserName, lLogin.Password ) )
{
FormsAuthentication.RedirectFromLoginPage( lLogin.UserName, false );
}
}
}
}
Posted in: javascript by admin 75 Comments » Tags: asp, fs
long long TEXT
long long TEXT
Test
long long TEXT
long long TEXT
long long TEXT
Posted in: javascript by admin 17 Comments »
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
Posted in: javascript by admin 23 Comments »
test csharp code