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

Developer technologies | ASP.NET | Other
Developer technologies | C#
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yijing Sun-MSFT 7,096 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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.