Adding a CSP:While Tag
We can create the <csp:while> tag by directly by typing it into the Studio Editor. Note that the opening tag must be placed before the first <tr> tag. The closing </csp:while must be placed immediately after the closing </tr> tag.
We can also insert the <csp:while> tag using the wizard.
-
Place the cursor immediately before the opening <tr tag.
-
On the menu bar, click Insert —>While.
-
For the query condition enter “FilmList.Next()”
-
Click OK.
-
In the Editor, move the closing </csp:while> tag to immediately after the closing </tr> tag.
-
Save the page.