ObjectDataSource.SaveViewState Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Saves the state of the ObjectDataSource control.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected Object SaveViewState ()
protected override function SaveViewState () : Object
Not applicable.
Return Value
Returns the server control's current view state; otherwise, returns a null reference (Nothing in Visual Basic), if there is no view state associated with the control. Note: |
|---|
| If you are not familiar with the Data Access features in ASP.NET 2.0, you should read some of these topics before continuing: |
Community Additions
ADD
Show:
Note: