aspmonster
IS-IT--Management
How do you pass mulitple data using a Query String..
Example -
If this is hyperlink to the next page which is supposed to carry/pass the data...
Right now I know how to carry one data/variable..but I want to pass more than one...
<td><A href="test.asp?id1= <%=rs("Company"
%>"><%=rs("Company"
%></a></td>
I want to take all these data below also along with the hyperlink (Querystring).
<td><b><%Response.Write(rs("Customer#"
)%></td>
<td><b><%Response.Write(rs("Funded_Amount"
)%></td>
<td><b><%Response.Write(rs("NBDM_Name"
)%></td>
Please help...
Example -
If this is hyperlink to the next page which is supposed to carry/pass the data...
Right now I know how to carry one data/variable..but I want to pass more than one...
<td><A href="test.asp?id1= <%=rs("Company"
I want to take all these data below also along with the hyperlink (Querystring).
<td><b><%Response.Write(rs("Customer#"
<td><b><%Response.Write(rs("Funded_Amount"
<td><b><%Response.Write(rs("NBDM_Name"
Please help...