You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
334 B

using System;
using System.Data;
using System.Web.Security;
namespace MySite
{
public partial class Login : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
SiteBLL help = new SiteBLL();
protected void btnLogin_Click(object sender, EventArgs e)
{