D
Doug
Hi,
I am having the same problem I had a while back with a windows app but
now in a web application. I need to take the results of a data query
and dump them into an arraylist. I then need to bind that array list
into a datagrid in my web app. It works fine, but the columns are out
of order.
I solved this in my windows application by using
DataGridTextBoxColumns. However, I cannot find an equivalent in my web
application. I tried to create a Bound Column to solve this issue, but
it caused another one - in the sense that it caused two columns for
every one column I needed.
How is this typically done?
I am having the same problem I had a while back with a windows app but
now in a web application. I need to take the results of a data query
and dump them into an arraylist. I then need to bind that array list
into a datagrid in my web app. It works fine, but the columns are out
of order.
I solved this in my windows application by using
DataGridTextBoxColumns. However, I cannot find an equivalent in my web
application. I tried to create a Bound Column to solve this issue, but
it caused another one - in the sense that it caused two columns for
every one column I needed.
How is this typically done?