Hi,
We are using netTiers generated admin pages and have very little experience with it.
I'm looking for ways to modify the data that shows up in a given page.
I've modified (hacked) one page, but I don't want to doing that all the time 
What I needed to do and will need to do more of is filter based on a value passed via querystring.
I have a list of "transactions" and one of the fields is UserID; when I pass a UserID in the querystring, I need to show only that user's transactions.
I have annother entity list where I need to filter based on a boolean/bit field . I'll be using radio buttons to provide the option for field =true, false or all records.
Both of these seem like they should be feasable, and I would rather do the right thing than the ugly hack I first used.
Thanks for any help.