From http://www.w3schools.com (Copyright Refsnes Data)
Complete ImageButton Control Reference
The PostBackUrl property is used to gets or sets the URL of the page to post when the ImageButton control is clicked.
| <asp:ImageButton PostBackUrl="string" runat="server" /> |
| Attribute | Description |
|---|---|
| string | String specifying the URL of the page to post to. Default is an empty string, this causes the page to post back to itself |
ExampleThe following example sets the post URL of a ImageButton control:
Show example » |
Complete ImageButton Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)