我想在一个页面(long.htm)上的text1控件输入值,作为调用另外一页(long.aspx)AccessDataSource1的查询条件,不知如何实现?    
.........
SelectCommand="SELECT * WHERE name LIKE '%' + ? + '%'"
.......
<SelectParameters>
        <asp:formParameter Name="name" formField="(想接收long.htm页面上的text1控件值)"  Type="String" />
 </SelectParameters>