Identify the web control that corresponds to the Table control functionality in ASP.NET.
Explanation
The TableRow control (option B) is specifically designed to represent a row within an ASP.NET Table control. DataList and ListBox serve different purposes, so they are not directly associated with the Table control.