B
Behzad
Hi all,
I have a index.aspx as my home page and there is a form in the page as
follow
<form id="form1" runat="server" action="Login.aspx" method="post">
//some stuff
<form>
as you can see action attribute refers to login.aspx.When page renders
the action attribute refers to index.aspx.
I tried to solve the problem by ptting runat="server" attribute in all
div elements but the problem stil remains.
What do you think?
Please give the right solution.
Best Regards,
Behzad
I have a index.aspx as my home page and there is a form in the page as
follow
<form id="form1" runat="server" action="Login.aspx" method="post">
//some stuff
<form>
as you can see action attribute refers to login.aspx.When page renders
the action attribute refers to index.aspx.
I tried to solve the problem by ptting runat="server" attribute in all
div elements but the problem stil remains.
What do you think?
Please give the right solution.
Best Regards,
Behzad