summaryM:DotNetNuke.Framework.AJAX.CreateUpdateProgressControl(System.String,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, string ProgressHTML ) |
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, ProgressHTML As String ) As Control |
Parameters
- AssociatedUpdatePanelID
- Type: System..::..String
paramAssociatedUpdatePanelIDM:DotNetNuke.Framework.AJAX.CreateUpdateProgressControl(System.String,System.String)
- ProgressHTML
- Type: System..::..String
paramProgressHTMLM:DotNetNuke.Framework.AJAX.CreateUpdateProgressControl(System.String,System.String)