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:listitem最初にサーバー側に入力されたものだけですが、クライアントの選択に応じてその内容を変更しますが、サーバー側で選択した値を取得しようとすると、常に null になります。listbox.selectedvalueとを試しましRequest.Form["nameofbox"]たが、何もありません。
asp:listitem
listbox.selectedvalue
Request.Form["nameofbox"]