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