repeater

    1熱度

    1回答

    我想在asp.net中使用中繼器控件實現n級數據層次結構。 是否有任何解決方案來實現該層次?

    1熱度

    2回答

    如何將不同的模型分配給Repeater內的ListView? 我做了一個草圖(我的實際項目要大得多): Column { Repeater { model: ["Line1","Line2","Line3","Line4"] Rectangle { ListView { model: ??? delegate: Rec

    0熱度

    1回答

    我搜索了互聯網,並沒有找到我的問題的工作答案。 問題是,當我在一個ASP中使用文本框和按鈕:我的C#ASPX網站更新一列SQL Server表的轉發器,我無法訪問文本框和代碼中的按鈕,後面(ASPX.CS)頁面。然而,我找到了一種方法來在下面的鏈接中顯示ASP:Repeater中的那些控制器(文本框和按鈕),但我實際上無法使用它們來更新網站的數據庫。 Can't find control with

    0熱度

    2回答

    我在直放站的ItemTemplate使用的LinkBut​​ton,但如果我的LinkBut​​ton爲NULL,則我不想顯示這個LinkBut​​ton的中繼器的ItemTemplate查找的LinkBut​​ton。我可以在頁面加載上控制此LinkBut​​ton嗎? <asp:Repeater ID="rptSlider" runat="server" > <ItemTemplat

    0熱度

    1回答

    我想獲得中繼器上的第一個元素的列值,並在中繼器的HeaderTemplate中使用它。在搜索並試圖通過intellisense實現這一目標的許多方法後,我放棄了並決定在此發佈此問題。 我的代碼如下: 前端 <asp:Repeater ID="states" runat="server"> <HeaderTemplate> <h1>Stage: <asp:Literal ID=

    0熱度

    1回答

    首先,我用中繼器使用了字幕,它工作正常,但它同時顯示所有數據。 我的代碼如下所示: <marquee id="ml" style="text-align: center" width="400px" height="170" scrolldelay="5" scrollamount="5"> <asp:Repeater ID="Repeater1" runat="

    11熱度

    2回答

    向上 UPDATE: 我決定測試,如果它是與fontawesome一個問題,所以我替換純文本的圖標: <a href=\"javascript:void(0)\" onclick=\"expandMenu($(this))\" class=\"show-second-level toggle\"><span>V</span></a><a href=\"javascript:void(0)\" on

    0熱度

    1回答

    我有以下數據組JSON提要: ["policy#:1111", "id:1", "name:abc"], ["policy#:1111", "id:2", "name:def"], ["policy#:2222", "id:3", "name:ghi"], ["policy#:2222", "id:4", "name:jkl"] 我想組基於「政策#」的記錄。因此數據應該像這樣的中繼器顯示

    2熱度

    3回答

    我在中繼器控件內的中繼器控件和外部中有一個隱藏字段。下面是我有的asp.code。 <asp:Repeater ID="rptAccordian" runat="server" OnItemDataBound="rptAccordian_ItemDataBound"> <ItemTemplate> <div class="s_panel"> <h1>

    0熱度

    1回答

    這是我對我的ASPX頁面 <thead> <tr> <th>Line#</th> <th>Item</th> <th>Quantity</th> <th>Status</th> <%-- Make this column visible only for a certain condition--%> <th>Inve