PrepAway - Latest Free Exam Questions & Answers

you need to do for each column? Select two.

There is an ASP.NET Web site PassGuideWS.
There is an ASP.NET Web application PassGuideApp.
There is an ASP.NET page PassGuidePage.
Controls are added to PassGuidePage dynamically through the event handler Page_Load.
There is a table on the SQLServer named PGTable.
The fields of PGTable are displayed on PassGuidePage through text boxes.

Every text box will have a label which shows the name of the appropriate field in the table.
You need to ensure that when a client clicks such a label the appropriate text box is
selected for input.
What do you need to do for each column? Select two.

PrepAway - Latest Free Exam Questions & Answers

A.
Add a control asp:Label and a related asp:Textbox…

B.
Add a control asp:Label …

C.
..make sure that the IDs of both controls are the same.

D.
..and set the ID to the ID of the related asp:Textbox control.

E.
..and set the AssociatedID to the AssociatedID of the related asp:Textbox control.

F.
..and set the AssociatedID to the ID of the related asp:Textbox control.

G.
..and set the AssociatedControlID to the AssociatedID of the related asp:Textbox control.

H.
..and set the AssociatedControlID to the ID of the related asp:Textbox control.


Leave a Reply