Intersoft WebDesktop Documentation
Enabling Automatic Postback when Clicked
Send Feedback
Intersoft WebDesktop > WebButton > Tutorials > Enabling Automatic Postback when Clicked

Glossary Item Box

Objectives

Unlike the usual .NET's Button where Automatic Postback is set up by default, WebButton by default is not configured for Automatic Postback. This tutorial will guide you on how to enable automatic postback when clicked.

The following are the steps to enable WebButton's Automatic Postback :

  1. Drag WebButton to WebForm.


  2. Open WebButton's Property Window.
  3. In WebButton's Properties, change AutoPostBack property to True.


  4. Specify the PostBackMode value. You can choose between FlyPostBack or FullPostBack mode.

© 2012 Intersoft Solutions Corp. All Rights Reserved.