3,600 questions
Hi @Bob Dang ,
About the codes, you could get these information:
- ddlRecStatus is a dropdownlist.
- ddlRecStatus. Items mean the items of the dropdownlist.
- ddlRecStatus. Items.FindByValue mean that you are finding item in the dropdownlist according the value.
- The Status may be the string of the one of the value of the dropdownlist. The complete sentence means that you are checking if the dropdownlist have the item with the Status value.
- If have, you make the item selected. In the page, you will find the item which value is Status is show in the dropdownlist.
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.