| CommonMethodsReloadRecordsFrame Method |
Reloads the records frame.
Namespace:
Dynamicweb.News.Common
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public static void ReloadRecordsFrame(
Page page,
string url,
string frameID
)
Public Shared Sub ReloadRecordsFrame (
page As Page,
url As String,
frameID As String
)
Parameters
- page
- Type: System.Web.UIPage
The page. - url
- Type: SystemString
The URL. - frameID
- Type: SystemString
The identifier of frame.
See Also