M
Miguel Dias Moura
Hello,
I have a GridView on an Aspx page.
I need my GridView to have three columns:
Name [String], City [String] and Photo [Image]
I want to declare the data in my Aspx.Vb code and bind it to my
GridView.
I DON'T want to use a database as the datasource.
My question is:
What data type should I use?
(I tried a list and and arrayList but I am having problems to make it
work)
Could you, please, show me a simple example?
Thank You,
Miguel
I have a GridView on an Aspx page.
I need my GridView to have three columns:
Name [String], City [String] and Photo [Image]
I want to declare the data in my Aspx.Vb code and bind it to my
GridView.
I DON'T want to use a database as the datasource.
My question is:
What data type should I use?
(I tried a list and and arrayList but I am having problems to make it
work)
Could you, please, show me a simple example?
Thank You,
Miguel