2011-02-10 62 views

回答

4

你可以做,使用Panel

<asp:Panel id="pnl" runat="server" DefaultButton="imagebutton1"> 

// Some controls and code // 

<asp:ImageButton id="imagebutton1" runat="server" ImageUrl="images/imge.gif" > 
</asp:ImageButton> 

// Some controls and code // 

</asp:Panel> 
+0

@ Harsh:謝謝你的回覆是有必要將所有其他控件放在網頁的同一個面板中..因爲我只是在面板中插入了圖像按鈕,並且當我按下回車鍵時它不能正常工作 – 2011-02-10 04:04:18

1

試試這個形式標籤:

<form id="form1" runat="server" defaultfocus="imagebutton1">