Reputation: 1157
Is there a way i can pass a value to a form from another page?
In Classic ASP i Would possibly do it via a querystring like - http://www.yoursite.com?id=123
then the form value would be - <%=Request.QueryString("id")%>
I basically need to pass an id from a button to a form.
Upvotes: 0
Views: 182