AlbumOnNet WebControl Suite

SlideShow.EnablePostBack Property

Gets or sets a value indicating if a SlideShow should interact with the server or be a client side DHTML application.

[Visual Basic]
Public Property EnablePostBack As Boolean
[C#]
public bool EnablePostBack {get; set;}

Property Value

Set to true to enable page postbacks for this SlideShow. Set to false to let it run in the browser without postbacks to the server. Default value is false.

Remarks

When EnablePostBack is true, a postback occurs whenever a new slide image should be displayed.

See Also

SlideShow Class | AlbumOnNet Namespace