S
Shapper
Hello,
I have a datagrid in my aspx page which is already bind to a dataset.
How can I create custom columns in the datagrid from my aspx.vb code?
Basically I need to create 3 columns with no title in the datagrid:
1. Image (It has an image which url is in the database field IMAGE)
2. Name
3. Price
Thanks,
Miguel
I have a datagrid in my aspx page which is already bind to a dataset.
How can I create custom columns in the datagrid from my aspx.vb code?
Basically I need to create 3 columns with no title in the datagrid:
1. Image (It has an image which url is in the database field IMAGE)
2. Name
3. Price
Thanks,
Miguel