This is an asp.net and mysql question all in one..
I want a list of each month and prize money for that month, some months may not have any prizes awarded, but I still want to show the month name. Is there an easy way to do this using a repeater or something?
Ex:
January $200
February
March $4000
April $300
May
June
etc...
My two solutions so far are hard coding each month and run a query on each month. Or creating a table that has a list of the months and joining that on my query.
Thanks,
-Ross
I want a list of each month and prize money for that month, some months may not have any prizes awarded, but I still want to show the month name. Is there an easy way to do this using a repeater or something?
Ex:
January $200
February
March $4000
April $300
May
June
etc...
My two solutions so far are hard coding each month and run a query on each month. Or creating a table that has a list of the months and joining that on my query.
Thanks,
-Ross