Hey,
I'm new to C# and I was wondering how I could convert a templatefield in ASP.net gridview to C#.
I'm trying to make a gridview which gets its data from a list and I was trying to make the column a DataGridViewImageColumn but for some reason it kept giving me error messages, if not inside the visual studio before running the application then while the application was running.
How would I achieve this kind of thing?
Example:
Text Column | Text Column | Text Column | Image Column
All the data is assigned with the list of type Statistics which I wrote.
Thanks.

0 answers