I am a beginner in asp.net. I want to display an HTML table inside a label and check box list; for example, I have 2 columns in the table like Team Name & Team Member
I have 2 tables in the database like Team Name and Team Member.
The Team Name table contains values like Team A, Team B, Team C, etc.
The Team Member table contains names like aa, bb, cc, etc. for each team name. If I run that aspx page it means the Team Name and Team Member will be displayed based on the database. The Team Memberdetails like checkboxlist and Team Name like Label. How ...
Go to the complete details ...