hello
i have a problem .......my problem is that i want to concatenate two query strings but i don't know how to do this can somebody tell me how to concatenate query strings and correct the code that i wrote below

[B]<a class="Links" href='OrderDetail.aspx?oID=  <%#Eval("orderid")%>&uID=<%#Eval("userid") %>'>[/B]

thanks in advance

please try the following


<a class="Links" href='OrderDetail.aspx?oID=' + <%#Eval("orderid")%>' + "&uID=" + '<%#Eval("userid") %>'>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.