test csharp code

75
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 );
			}
		}
	}
}

Test

17

long long TEXT

long long TEXT

Test

long long TEXT

long long TEXT

long long TEXT

Hello world!

23

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!