What is meaning of the highlighted part of the image below?

Bob Dang 1 Reputation point
2022-04-21T07:33:12.76+00:00

195014-image.png

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,291 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,315 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,071 Reputation points
    2022-04-22T05:49:29.337+00:00

    Hi @Bob Dang ,
    The DetailView is a data control. It's used by recording the data from a data source. It's format is fit for some details of one person or one thing. So, the highlighted part means that you could use like this:
    Assume you have a gridview to record student borrowing books. In the gridview table, you have some fields,such as the student's name, the name of the book, when and so on. If you want to get other details of the student and don't want to make the gridview table complicated,you could create the detailview to recording the detail of the student.
    At this time, you could create a link on the student's name. After clicking the link,you will go to the detailview.
    In order to understand my description more effectively, please create a detailview yourself to see the format.

    Best regards,
    Yijing Sun


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our  documentation  to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments