This client function enables you to pass information about the pages state back to your ServerMethod. This enables you to provide different results dependant on other form elements (e.g. drop-downs etc.) IMPORTANT – you must include the parenthesis after the name of your function. You may optionally include parameters to pass to the function. This function must return a javascript ‘Object’ object

[Visual Basic]
Public Property ClientStateFunction As String
[C#]
public string ClientStateFunction {get; set;}

See Also

DbCombo Class | DbCombo Members | Cambro.Web.DbCombo Namespace