MCQs > IT & Programming > ASP.NET > You are posting values from an HTML form to an ASP page. The HTML form contains a radio button group named mstatus with the following definition: In the ASP page, how will you determine which radio button was selected by the user?

ASP.NET MCQs

You are posting values from an HTML form to an ASP page. The HTML form contains a radio button group named mstatus with the following definition:




In the ASP page, how will you determine which radio button was selected by the user?


Answer

Correct Answer: if request.form("mstatus")="single" then .....

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

ASP.NET Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it