bound datagrid?

  • Thread starter Thread starter DzemoT.
  • Start date Start date
D

DzemoT.

haw to bound datagrid column to two columns in database. Ex. i woan to use
hyperlink column and show first and last name (two columns in database) in
one column.
 
DZemo
The easiest way to do that is to combine the fields in your database select statement. Other wise you'll need to tap into the DataGrid.ItemDataBound event and control the output there

----- DzemoT. wrote: ----

haw to bound datagrid column to two columns in database. Ex. i woan to us
hyperlink column and show first and last name (two columns in database) i
one column
 
Back
Top