G
Guest
Hi,
This is my first time to post asp.net question on this forum.
I have a question for "How to pass the first form value to the next form"
I have enrollinfo.aspx form which look like as follow:
<form id="Form1" method="post" runat="server">
<Subway:Address id="address" runat="server" Caption="Home
Address"></Subway:Address>
<p></p>
<SUBWAY
EOPLEINFO id="Peopleinfo" runat="server"
Caption="Employee Information"></SUBWAY
EOPLEINFO>
<p></p>
<asp:hyperlink id=Dependentlink runat="server" text="Add
Dependents" NavigateUrl="Peopleinfo1.aspx?SSN=" >
</asp:hyperlink>
</form>
The address and peopeleinfo are two user controls.(they are textboxes which
will collect some information from users)
When user click "add dependents" link, I want Social security number for a
specific person on this form will be attached
to the Peopleinfo1.aspx, so later on in the database all those dependents
will be attached to this principal person's information. but I don't know how
to check this value if it is filled out/right or not in the second form(
peopleinfo1.aspx),
Any clue? I am just a beginer for asp.net
Thanks
Betty
This is my first time to post asp.net question on this forum.
I have a question for "How to pass the first form value to the next form"
I have enrollinfo.aspx form which look like as follow:
<form id="Form1" method="post" runat="server">
<Subway:Address id="address" runat="server" Caption="Home
Address"></Subway:Address>
<p></p>
<SUBWAY
Caption="Employee Information"></SUBWAY
<p></p>
<asp:hyperlink id=Dependentlink runat="server" text="Add
Dependents" NavigateUrl="Peopleinfo1.aspx?SSN=" >
</asp:hyperlink>
</form>
The address and peopeleinfo are two user controls.(they are textboxes which
will collect some information from users)
When user click "add dependents" link, I want Social security number for a
specific person on this form will be attached
to the Peopleinfo1.aspx, so later on in the database all those dependents
will be attached to this principal person's information. but I don't know how
to check this value if it is filled out/right or not in the second form(
peopleinfo1.aspx),
Any clue? I am just a beginer for asp.net
Thanks
Betty