I have an overview page, where I would like to list a number of items, which are child pages of the overview page. The listed items will be listed according to the values of a RadioBox. When setting up the RadioBox, the assigned values set are 12, 13, 14 and 15. Using database type Ntext.
With the above code, all of the child pages are listed, but the if statement with GetPreValues(...), does not seem to have any affect??? First time I've use the GetPreValues method, so not sure if this is the right approach?
Check RadioBox Values
Hi All
I have an overview page, where I would like to list a number of items, which are child pages of the overview page. The listed items will be listed according to the values of a RadioBox. When setting up the RadioBox, the assigned values set are 12, 13, 14 and 15. Using database type Ntext.
With the above code, all of the child pages are listed, but the if statement with GetPreValues(...), does not seem to have any affect??? First time I've use the GetPreValues method, so not sure if this is the right approach?
Thanks in advance
Eddie
Hi All
Got it, by updating the if statement to:
Could someone confirm if I could do the same thing with GetPreValues and if there are any benefits?
Thanks
Eddie
is working on a reply...