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メニューコントロールでポップアップウィンドウ(javascript)を開く必要がありますが、できません.メニュー項目には「属性」が含まれていないため、javascriptコードを割り当てることができません. どうすれば解決できますか?あなたの提案thx
NavigateURL プロパティで Javascript 呼び出しを設定できます
menuItem.NavigateUrl = String.Format("javascript:openPopup('{0}');", sURL);