what is the difference between Get & Post methosd in asp.net form ?
<form id="form1" action="Default.aspx" method="post" runat="server">
<form id="form1" action="Default.aspx" method="get" runat="server">
what opperation happend behind this two method ?
...
Go to the complete details ...