X
X
xanderZT2011-08-01 17:10:32
ASP.NET
xanderZT, 2011-08-01 17:10:32

ASP.NET: how to add a control inside a GridView?

Good day. There is a need to create a four-column GridView with the following structure:

HyperLink | Simple inscription | text box | Button

The caption for the link and the simple caption are taken from the database and bound using DataBinding. There was a difficulty with dynamic generation and the subsequent addition of controls. How to practically implement this, even if not with the help of GridView?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Korotaev, 2011-08-01
@aavezel

Create a TemplateField and go… read Asp.net books

G
Georgy Grigoriev, 2013-01-30
@IamKarlson

<asp:TemplateField>
Simple label here
</asp:TemplateField>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question