How to add special columns in dataview

  • Thread starter Thread starter Richard Jonker
  • Start date Start date
R

Richard Jonker

Hi,

I'm developing a webpage with a dataview. The data is retrieved from a
database view. The columns in the dataview are created dynamically via a
dataset.
How can I add special columns like buttons and hyperlinks dynamically to the
columns? When using MS Studio Developer you can add these columns via the
property builder. In that case the first colums contains the buttons, I want
them in the last columns.

Any ideas ?

Many thanks in advance

Richard
 
Richard,

The dataview is a view on the datatable. Therefore adding columns to that is
done by adding columns too the datatable.

However I have more the idea that you want to ask something about the ASPNET
datagrid, therefore can you make your question more clear.

Did you know that there is even a special newsgroup for that ASPNET
datagrid.

microsoft.public.dotnet.framework.aspnet.datagridcontrol

Not much, but I hope it helps something,

Cor
 

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

Back
Top