findcontrol

    3熱度

    1回答

    我需要找到這個<a>標籤在FormView控制居住,我需要刪除這取決於條件的標籤,但使用FormView.FindControl方法 <asp:UpdatePanel ID="upDiscipline" runat="server"> <ContentTemplate> <asp:FormView ID="fvMediaIntro" runat="server">

    2熱度

    3回答

    我們的項目目前使用2種方法在頁面內查找控件。 第一種是遞歸使用。FindControl。 另一種是使用LINQ這樣的: (from n in Page.Controls.Cast<Control>().Descendants(c => c.Controls.Cast<Control>()) where (n as Label != null && n.ID == "TaskIDLabel")

    2熱度

    1回答

    我有我的aspx頁面上月的名單如下: <ul> <li><a id="Month1" runat="server" class="Month1" href="#">Jan</a></li> <li><a id="Month2" runat="server" class="Month2" href="#">Feb</a></li> <li><a id="Month3"

    0熱度

    2回答

    我有這個detailsview中有一個字段和一個imagebutton。如果該字段的值是空的,我想設置imagebutton不可見,如果它不是空的,我希望看到imagebutton。 這裏是我的代碼: //for (int i = 0; i < DetailsView1.Fields.Count; i++) //{ Label lbl1 = (Label)DetailsView1.F

    0熱度

    2回答

    我有一個gridview爲: <asp:GridView ID="gvAppRejProfiles" runat="server" AutoGenerateColumns="false"> <Columns> <asp:TemplateField> <HeaderTemplate> Resumes

    2熱度

    1回答

    我有一個用戶控件(不是一個看不見的自定義控件),這取決於一些自定義的狀態屬性,在各種ContentTemplates交換,所有定義爲相關XAML文件中的資源。在代碼隱藏中,我需要在交換的ContentTemplates中找到其中一個元素。 現在在一個看不見的控件(即自定義控件)中,只需重寫OnApplyTemplate,然後使用FindName,但當ContentTemplate被觸發器切換時,該

    0熱度

    1回答

    我有一個頁面product.aspx。在此頁面內,我有一個標籤,顯示添加到購物籃的產品數量。我也有viewcart.aspx頁面顯示我的購物車項目並編輯或刪除產品。 一切都很好,但是當我從viewcart.aspx中刪除產品時,我想減少product.aspx上的標籤值。我怎樣才能做到這一點? 我用這個jQuery來顯示viewcart.aspx的模式彈出: http://deseloper.or

    0熱度

    1回答

    我有一個關於FindControl的問題。我在中繼器中使用ASPxRoundPanel(帶有DXperience組件)。我在ASPxRoundPanel中有一個名爲「txtAdet ID」的文本框。我只是無法訪問Textbox.And內容,我得到了以下錯誤。 "Object reference not set to an instance of an object." ascx。代碼: <as

    0熱度

    1回答

    我嵌套ajax手風琴web控制(嵌套3深或有時4深),我試圖找到一個嵌套的手風琴的父手風琴。當最深的手風琴變成數據時,我想這樣做。 protected void grandChildAccordion_ItemDataBound(object sender, AjaxControlToolkit.AccordionItemEventArgs e) { if (e.AccordionIt

    0熱度

    2回答

    未將對象引用設置爲對象的實例,當單擊linkbutton時出現此錯誤。代碼綁定文件包含單擊事件的以下代碼。 protected void viewProfileLinkButton_Click(object sender, EventArgs e) { String emailID = ((Label)ListView1.FindControl("profileTitle