我需要在我的asp.net應用程序中的中繼器中找到一個控件。 目前我正在使用FindControl("IdOfControl"),這是行之有效的。 但我需要找到一個類型的控件(ImageButton)。 我當前的代碼: For Each rptItem As RepeaterItem In myRepeater.Items
Dim imgBtn As ImageButton = TryC
在使用asp.net的web應用程序,我使用中繼器控制,在ItmeCommand事件我試圖找到一個控制使用fid控制方法,我編寫代碼找到控制它工作正常,當控制不在中繼器控制,我收到異常。如果控制不在中繼器控制中,我如何處理異常。我的代碼是這樣的: if (((DropDownList)rpPendingApprovals.Items[i].FindControl "drpBack")).Selec
這個問題是非常相似的 How do I find the Client ID of control within an ASP.NET GridView? 但是我使用一個ListView和一個標籤: <ItemTemplate>
<asp:ImageButton ImageUrl="Resources/info.png" ToolTip="info" OnClientClick="tog