LinkButton without DataGrid

E

Eamon

In the code-behind page I am building a table programmatically so that I can
do some on-the-fly manipulation. I had found no way to use a datagrid with
the solution I was seeking. is it possible to use a linkbutton in this
scenario, or is the linkbutton limited to the datagrid?
If it is possible, could an example be posted or pointed to?

Warm Regards,
kc
 
M

Martin Dechev

Hi, Eamon,

System.Web.UI.WebControls.LinkButton is a standard webcontrol and you can
use it just like any other webcontrol, there are no limitations.

Hope this helps
Martin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top