I have made an instance of the type competition by retrieving data from my database.
The function selectCompetitionById return one row of data.
Competition competition = BLLc.selectCompetitionById(competitionId);
How can I display item of this instance on my page? (Repeater doesn’t work)
If you want to create an auto-generated form, then you could use a
DetailsView:Create a dummy array (with just the one item) as the data source:
The other way is to use standard HTML template that references your object. Make it a property of the page first:
Then reference it in markup as needed: