There is an ASP.NET page PassGuidePage.
PassGuidePage has a DataPager and a ListView control.
These two controls is used to display huge amounts of data from an external data source
one page at a time.
How can this be achieved? Select three or four.
A.
Use the codebehind file and..
B.
Use the filebehind file and..
C.
Set the Parent Property of..
D.
Set the PagedControlID Property of..
E.
Set the PagedSize Property of..
F.
Set the PagedFocus Property of..
G.
..the ListView control..
H.
..the DataPager control…
I.
..to the PassGuidePage control.
J.
..to the ID of ListViewControl.
K.
..to the ListView control.
L.
..to DataPager control.
M.
..to PassGuidePage control.