In 2.0 Button control has a property PostBackURL, which force the page to the different URL on postback.
<asp:Button ID='Button1' runat='server' Text='Button' PostBackUrl='~/Navigate1.aspx' />
In 2.0 Button control has a property PostBackURL, which force the page to the different URL on postback.
<asp:Button ID='Button1' runat='server' Text='Button' PostBackUrl='~/Navigate1.aspx' />
Share with