Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はasp.net 4.0が初めてです。「管理」ボタンと「会員」ボタンの2つのボタンがあるログインページを作りたいです。質問したいのですが、このボタンの両方でデータベースに接続するにはどうすればよいですか?
このように開始フォームを使用します
@using (Html.BeginForm("PostLogin", "Account", FormMethod.Post, new { enctype = "multipart/form-data" }))