BoulderBum
Programmer
I want to display a view of a list of items based on criteria I determine programatically.
For instance, when the user pushes one button, I want them to go to a page and only see the records in "Category Y" or something. When they push a different button, I want them to go to the same page, but see only the records in "Category Z".
The reasoning is that I want to be able to add "Category..." filtering criteria by just adding data to a list, and I don't want to create a new view for each data item every time I do.
Is this easy/possible?
MCP, MCTS - .NET Framework 2.0 Web Applications
For instance, when the user pushes one button, I want them to go to a page and only see the records in "Category Y" or something. When they push a different button, I want them to go to the same page, but see only the records in "Category Z".
The reasoning is that I want to be able to add "Category..." filtering criteria by just adding data to a list, and I don't want to create a new view for each data item every time I do.
Is this easy/possible?
MCP, MCTS - .NET Framework 2.0 Web Applications