DataGrid Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi There
I'm working on a web project using ASP.NET 1.1 from C#.
i have used a datagrid to display some info for the users from my DB.
i have to columns in the DB that i want to display them in
one column in the datagrid.the 2columns are CompanyName and CompanyLogo.
so i want the 2 columns to be one column in the datagrid as:
the company logo and under it the company name.
i don't know if this is possible or not.
so i hope that anyone could help me
Thanks
 
You might want to try handling the OnItemDataBound event and manually create
the cell.

--Brendon
 
Back
Top