Question
Go to Detail Page WITHOUT querystring
I'm familiar with the Go to Detail Page behaviour, but one
thing that concerns me is the passing of querystring parameters. I
have a page, for example, where I list employees by group. People
see different lists, depending on which group they belong to, but
there's nothing to keep someone from trying different querystring
values and seeing results they should not be entitled to. Let's say
I see a link for Bob Jones, with the Go to Detail Page link
generated as EmployeeDetails.asp?EmployeeID=27. There's nothing to
keep a savvy user from changing the 27 to anything else, and
perhaps seeing data they should not be permitted to see.
I'd like to have a similar functionality that calls the other screen, but passes the selected row without it being visible in the querystring.
Any suggestions? Thanks in advance for any ideas about this.
Text
I'd like to have a similar functionality that calls the other screen, but passes the selected row without it being visible in the querystring.
Any suggestions? Thanks in advance for any ideas about this.
Text
