Wednesday, July 17, 2013

Link Button Post back

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:

How to Deploy Apps on Google Cloud

How to Deploy Apps on Google Cloud Introduction to App Deployment on Google Cloud Deploying applications on Google Cloud has become a...