|
-
Nov 22nd, 2002, 03:57 PM
#1
Thread Starter
Registered User
posting form data to another web file.
Is there a way I can post data to a different form. I can do it with the code below. But, I don't want to hard code yr=2002 in my url. This HyperLink web control is in a server-side form. I'm use to using classic asp and can't figure out how to post data to another web file without the form posting back to itself. Please help.
<asp:HyperLink id="HyperLink2" runat="server" NavigateUrl="http://10.10.13.56/CostTool/EditEst.aspx?yr=2002" Font-Size="XX-Small">02</asp:HyperLink>
James
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|