A
Amir Ghezelbash
Hey guys
why does asp.net do this
its really annoying
you cannot set an action attribute to a from that is running on server
for example when i do this on Default.aspx page
form id="form1" runat="server" action="AnotherPage.aspx?qu=1"
it doesnot work ..any one konw why ?
when you run the page and you go to source code you will see this
form id="form1" action="Default.aspx" method="Post"
you can specify action attribute in any language its an standard html
tag....why does asp.net overrides it ?
any help would greatly be appricated
why does asp.net do this
its really annoying
you cannot set an action attribute to a from that is running on server
for example when i do this on Default.aspx page
form id="form1" runat="server" action="AnotherPage.aspx?qu=1"
it doesnot work ..any one konw why ?
when you run the page and you go to source code you will see this
form id="form1" action="Default.aspx" method="Post"
you can specify action attribute in any language its an standard html
tag....why does asp.net overrides it ?
any help would greatly be appricated