0

I am new in asp.net 4.0. I want to create login page that have 2 buttons, "Admin" and "Member" button. I want to ask, how can I connect to database both this button?

4

1 回答 1

0

像这样使用开始形式

   @using (Html.BeginForm("PostLogin", "Account", FormMethod.Post, new { enctype = "multipart/form-data" }))
于 2012-09-05T06:10:39.737 回答