summaryM:DotNetNuke.Framework.AJAX.CreateUpdateProgressControl(System.String)
Namespace: DotNetNuke.FrameworkAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
[ObsoleteAttribute("Deprecated in DNN 5.4, MS AJax is now required for DotNetNuke 5.0. Developers can work directly with the UpdateProgress")] public static Control CreateUpdateProgressControl( string AssociatedUpdatePanelID ) |
Visual Basic |
---|
<ObsoleteAttribute("Deprecated in DNN 5.4, MS AJax is now required for DotNetNuke 5.0. Developers can work directly with the UpdateProgress")> Public Shared Function CreateUpdateProgressControl ( AssociatedUpdatePanelID As String ) As Control |
Parameters
- AssociatedUpdatePanelID
- Type: System..::..String
paramAssociatedUpdatePanelIDM:DotNetNuke.Framework.AJAX.CreateUpdateProgressControl(System.String)