or
Dim strPayDate As String = CType(Session.Item("PayDate"), String)
If Not Page.IsPostBack Then
'convert string to date
Dim dt As DateTime
dt = Convert.ToDateTime(strPayDate)
RadPayDate1 = dt
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
DefaultLoadingPanelID
=
"RadAjaxLoadingPanel1"
>
<
AjaxSettings
>
<
telerik:AjaxSetting
AjaxControlID
=
"RadMenu1"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"masterContent"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
<
telerik:AjaxSetting
AjaxControlID
=
"crumbs"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"RadMenu1"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"masterContent"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
</
AjaxSettings
>
</
telerik:RadAjaxManager
>
<
telerik:RadAjaxLoadingPanel
ID
=
"RadAjaxLoadingPanel1"
runat
=
"server"
Skin
=
"Default"
>
</
telerik:RadAjaxLoadingPanel
>
<
div
>
<
table
width
=
"100%"
border
=
"5"
>
<
tr
>
<
td
class
=
"noprint"
id
=
"masterHeader1"
colspan
=
"2"
>
<
img
alt
=
"All Languages Logo"
src
=
"Images/logo.gif"
style
=
"border: 1px; border-color:Silver; vertical-align:top;"
/>
<
span
style
=
"font-family:Arial; font-size:18px;font-weight:bolder;"
>Customer Web Portal</
span
><
br
/>
<
span
style
=
"font-size:9px"
><
asp:LoginName
ID
=
"ln"
FormatString
=
"Logged in as: {0}"
runat
=
"server"
/></
span
>
</
td
>
</
tr
>
<
tr
>
<
td
valign
=
"top"
width
=
"175px"
>
<
telerik:RadMenu
ID
=
"RadMenu1"
Runat
=
"server"
style
=
"z-index:2900"
DataSourceID
=
"SiteMapDataSource1"
EnableRoundedCorners
=
"True"
Width
=
"175px"
EnableShadows
=
"True"
Flow
=
"Vertical"
>
</
telerik:RadMenu
>
</
td
>
<
td
valign
=
"top"
width
=
"95%"
>
<
telerik:RadAjaxPanel
ID
=
"pnlContent"
runat
=
"server"
HorizontalAlign
=
"Left"
LoadingPanelID
=
"RadAjaxLoadingPanel1"
>
<
table
>
<
tr
>
<
td
id
=
"breadcrumbs"
class
=
"noprint"
>
<
asp:SiteMapPath
ID
=
"crumbs"
runat
=
"server"
CurrentNodeStyle-CssClass
=
"hide"
PathSeparator
=
" : "
>
<
CurrentNodeStyle
CssClass
=
"hide"
/>
</
asp:SiteMapPath
>
</
td
>
</
tr
>
<
tr
>
<
td
>
<
asp:SiteMapPath
ID
=
"title"
ParentLevelsDisplayed
=
"0"
CurrentNodeStyle-Font-Size
=
"Large"
runat
=
"server"
>
<
CurrentNodeStyle
Font-Size
=
"Large"
/>
</
asp:SiteMapPath
>
</
td
>
</
tr
>
<
tr
>
<
td
id
=
"pageContent"
>
<
asp:contentplaceholder
id
=
"Main"
runat
=
"server"
></
asp:contentplaceholder
>
</
td
>
</
tr
>
</
table
>
</
telerik:RadAjaxPanel
>