This is the name of the method that the server execute each time new results are needed. Default is DbComboMethod. It should have the following signature and attribute: [Cambro.Web.DbCombo.ResultsMethod(true)] public static object xxx(Cambro.Web.DbCombo.ServerMethodArgs args){}

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

See Also

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