The PostBackUrl property allows you
to perform a cross-page post using the LinkButton
control. Set the PostBackUrl property
to the URL of the Web page to post to when the LinkButton
control is clicked. For example, specifying Page2.aspx causes the page that
contains the LinkButton
control to post to Page2.aspx. If you do not specify a
value for the PostBackUrl property, the
page posts back to itself. (Who would have known)
Moojjoo
No comments:
Post a Comment