Best Practice with PopupMenu ??

Would this code have to get the RowTag data from the browser or would it be server side somewhere?

For i = 1 to PopupMenuTest.ListCount - 1
  if PopupMenuTest.RowTag(i) = 0 then
    ' Do some work here
  End If
Next i

If so I can keep the RowTag data in an array that I build when I load the PopupMenu.

Thanks.

Assuming Web app here. All processing occurs on the server. Very little happens in the browser.

Bob,

Yes a Web App.

Obviously the browser has a copy of the PopupMenu text values. Are they also server side if they were referenced in similar code.

PopupMenu.Text(i)

Thanks

RowTags are only stored on server.