Display the value of a QueryStringParameter in my ListView
Display the value of a QueryStringParameter in my ListView
(OP)
This sounds as though it should be very simple but after hours of searching I cannot find an answer. All I need to do is display the value of a querystring from a QueryStringParameter in the ItemTemplate of my ListView. For example, I have this QueryStringParameter in my datasource
Now I need to display the value of the "category_id" querystring in my ListView. Any idea how I could do this?
Thanks
CODE
<asp:QueryStringParameter Name="category_id" DbType = "int32" Direction = "Input" QueryStringField="category_id" DefaultValue="-1" />
Now I need to display the value of the "category_id" querystring in my ListView. Any idea how I could do this?
Thanks
Web Development Manager
http://www.freemoneyoff.co.uk
http://www.freemoneyresource.co.uk
http://www.freemoneysurveys.co.uk
RE: Display the value of a QueryStringParameter in my ListView
CODE