+5 votes
273 views
in Programming by
look at the bleow

1 Answer

+6 votes
by

<asp:GridView ID="grid1" AutoGenerateColumns="false" runat="server" CssClass="auto-style1" Width="531px">
            <columns>
                <asp:BoundField HeaderText="Category" DataField="category" />
                <asp:TemplateField>
                    <ItemTemplate>
                        <asp:CheckBox ID="cS"   runat="server"  Text="fdg" />
                    </ItemTemplate>                   
                </asp:TemplateField>
                <asp:TemplateField>
            <ItemTemplate>
                <asp:TextBox ID="min" runat="server" Text=""></asp:TextBox>
            </ItemTemplate>
        </asp:TemplateField>
                     <asp:TemplateField>
            <ItemTemplate>
                <asp:TextBox ID="max" runat="server" Text=""></asp:TextBox>
            </ItemTemplate>
        </asp:TemplateField>
                </columns>
          </asp:GridView>
        

Ask a Question
Welcome to WikiTechSolutions where you can ask questions and receive answers from other members of the community.

You can ask a question without registration.

Categories

...