Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想在 asp.net 页面上显示用户的一些数据(姓名、电子邮件、地址、标识符、进入日期)。哪个 ASP.NET 控件最适合这种情况?
如果您只显示单个用户,为什么不只使用标签?如果你想显示它们的列表,我会使用 GridView。
或者,如果您想要对 html 进行大量控制并且想要显示列表但不想要网格,则可以使用中继器。
这真的取决于你想要什么。