I need to populate certain text fields that are not inside the
form runat="server" tag. Is this possible in asp.net?
And I can;t have these form fields in the query string either.
I am trying to send this form with these fields to my credit card gateway. But if I include these fields within the form runat="server", the form never get submitted.
form runat="server" tag. Is this possible in asp.net?
And I can;t have these form fields in the query string either.
I am trying to send this form with these fields to my credit card gateway. But if I include these fields within the form runat="server", the form never get submitted.