hey
i creatte a signup form whcih include
user name
password
only i use these two fileds
and i m usign enterprice library
class code is
Database db = DatabaseFactory.CreateDatabase("mydms");
public int Login(string Username, string Password)
{
return Convert.ToInt32(db.ExecuteScalar("splogin", new object[] { Username, Password }));
}
signup button code how i wirte??