<%@ Page Language="C#" AutoEventWireup="True" %>

Instructions: put a query string (ie ...aspx?a=b) in the location bar. Then click the button. You should get the same query string on the resulting page.


Your query string:
<%# Container.DataItem %> -- <%# Request.QueryString [(string) Container.DataItem] %>