LinkButton without DataGrid

  • Thread starter Thread starter Eamon
  • Start date Start date
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
 
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
 
Back
Top