Which control can be used as another method to present text on a web page?
Explanation
Option A refers to asp:listitem, which is used for list elements. Option B is asp:button, a clickable button control. Option C, asp:label, is the correct choice as it displays text on a web page. Option D indicates no suitable option.