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.
コンテンツ ページでドロップ ダウン リストを使用しているので、selectedIndex!=0 のドロップ ダウン リストを検証したい。
よろしくお願いします N Mahesh Goud
プロパティを使用できclientIDます。ドロップダウンリストIDがdropIDであるとすると、次のようにアクセスします。
clientID
document.getElementById ("<%= dropID.ClientID %>");