Sunday, August 12, 2018

Connect Label on Gridview

 <asp:TemplateField HeaderText="Sno">
                                            <ItemTemplate>
                                                <%#Container.DataItemIndex+1 %>
                                            </ItemTemplate>
                                        </asp:TemplateField>






  <asp:TemplateField HeaderText="Areas">
                                            <ItemTemplate>
                                                <asp:Label runat="server" ID="lblGvPengumuman" Text='<%# bind("areas") %>'></asp:Label>
                                                <asp:Label runat="server" ID="Label1" Width="50PX"></asp:Label>
                                            </ItemTemplate>
                                        </asp:TemplateField>

No comments:

Post a Comment

ADVANCE 2025

 HTML TABLE SCROLL BAR  <style>      .table-container {             width: 100%;             overflow-x: auto; /* Enables horizontal s...