Select from another select statement to a repeater
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a big problem, I hope you can help me with. What I want: A forum where there is 3 columns Subject, AnswersCount, LastAnswer I have one table with all the data. And two selects functions, where I on the first, get all Subjects for all questions, and on the second select get the Count for all answers on a specific question (with input quiestionId). Both functions works perfect, when I use them seperatly. But I have to go through all rows in the first selection to find the Count What shall I do to that? The code I have now is: The Repeater, where I want to put all data into:
Antal indlæg ialt:
Emne
Antal indlæg
Seneste indlæg