WebGrid provides a FlyPostBack feature which is very powerful.
In this topic, you will learn the basic thing on how to set FlyPostBack in WebGrid.
To set FlyPostBackSettings in WebGrid
- Open WebGrid.NET Designer.
- In Advanced-WebGrid-FlyPostBackSettings set:
Property Description DefaultValue PostControlState Gets or sets whether CONTROL should be posted to server True PostHiddenFields Gets or sets whether INPUT hidden fields should be posted to server True PostInputControls Gets or sets whether input-related controls such as INPUT, SELECT or TEXTAREA should be posted to server False PostViewState Gets or sets whether VIEWSTATE should be posted to server True
- Click OK to apply the changes.
- Run the project.
Other Resources
Miscellaneous WebGrid Settings
Walkthrough Topics
How-to Topics
References
FlyPostBackSettings Property