請在logon.aspx.cs的Page_load事件找到:
LoadCookie();
在下面增加:
(Login1.FindControl("Database") as DropDownList).SelectedValue = "ERPS";
//預設為ERPS