簡體   English   中英

如何在ASP.NET中選擇多個圖像按鈕

[英]How to select more than one image button in ASP.NET

我可以選擇多個圖像按鈕嗎? 例如:我有4個圖像按鈕,每個圖像按鈕具有不同的onclick功能

Image_Button_1 = button1()
Image_Button_2 = button2() 
Image_Button_3 = button3() 
Image_Button_4 = button4()

我想制作一個運行每個功能的程序。如果我select Image_Button_1Image_Button_3 ,則button1()button3()將運行

如何使用shift / ctrl單擊或其他方式選擇多個圖像按鈕...

如果您使用的是javascript或jquery,則事件委托可能會為您提供幫助

什么是DOM事件委托?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM