Jeff Gow
-
11/9/2011 1:50:37 PM
Repeater based on query string values
I have a repeater that I want to show items based on values from the query string. I have read some threads on here, and I can't really find anything (documentation either) that puts it into terms I can figure out.
As it stands now, if I leave the WHERE clause blank, I get all of the items. I want to use the values in the query string (first name and last name - .aspx?fname=Jeff&lname=Gow) to show 1 item.
When I put FirstName = '{%fname%}' AND LastName = '{%lname%}' I get no results returned....what am I doing wrong?
|