Webページにこのhtmlコードがあります:
<form action="" type=post>
<label for="name"><div><br>Account</br></div></label> <input type=text id="name" name="account" size=20 maxlength=32 /><br>
<label for="name"><div><br>Password</br></div></label> <input type=password id="name" name="password" size=20 maxlength=14 /><br>
<button type=submit>Okay</button>
</form>
「アカウント」および「パスワード」ラベルの他のページのasp.net webproject値から送信するにはどうすればよいですか?