or
<script type=
"text/javascript"
>
var
oWnd;
//<![CDATA[
function
daysInMonth(month, year) {
return
new
Date(year, month, 0).getDate();
}
function
openRadWin(InMode) {
//Removes the scroll bars from the Parent Window
removeScrollbars();
var
MonthInput = $find(
"<%= _NewMonth.ClientID %>"
);
var
YearInput = $find(
"<%= _newYear.ClientID %>"
);
var
newVal = $(
'#_newYear'
).val();
var
dropFind = $find(
"<%= _NewMonth.ClientID %>"
);
var
valueFind = dropFind.get_value();
alert(valueFind);
}
</script>
New
statement cycle date <strong>(mm/dd/yyyy)</strong>:
<telerik:RadDropDownList ID=
"_NewMonth"
runat=
"server"
DefaultMessage=
"Select a Month"
>
<Items>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"January"
Value=
"1"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"February"
Value=
"2"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"March"
Value=
"3"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"April"
Value=
"4"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"May"
Value=
"5"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"June"
Value=
"6"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"July"
Value=
"7"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"August"
Value=
"8"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"September"
Value=
"9"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"October"
Value=
"10"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"November"
Value=
"11"
/>
<telerik:DropDownListItem runat=
"server"
Selected=
"false"
Text=
"December"
Value=
"12"
/>
</Items>
</telerik:RadDropDownList>
<telerik:RadDropDownList ID=
"_NewYear"
runat=
"server"
>
</telerik:RadDropDownList>
<
telerik:AjaxSetting
AjaxControlID
=
"Tabs"
>
<
UpdatedControls
>
<
telerik:AjaxUpdatedControl
ControlID
=
"Tabs"
/>
<
telerik:AjaxUpdatedControl
ControlID
=
"OuterMultiPage"
/>
</
UpdatedControls
>
</
telerik:AjaxSetting
>
<
telerik:RadComboBox
ID
=
"rcbPlans"
runat
=
"server"
DataSourceID
=
"_dataSrcPlans"
DataTextField
=
"PlanName"
EnableEmbeddedSkins
=
"false"
Skin
=
"MBen"
OnDataBound
=
"rcbPlans_DataBound"
DataValueField
=
"PlanInfo"
OnSelectedIndexChanged
=
"rcbPlans_SelectedIndexChanged"
AutoPostBack
=
"true"
Width
=
"250px"
>
</
telerik:RadComboBox
>
.RadComboBox_MBen {
color
:
black
;
font
:
normal
12px
Verdana
,
Arial
,
Helvetica
,
sans-serif
; }
.RadComboBox_MBen .rcbInputCell,
.RadComboBox_MBen .rcbArrowCell {
background-image
:
url
(
'Common/radFormSprite.png'
);
_background-image
:
url
(
'Common/radFormSpriteIE6.png'
); }
.RadComboBox_MBen .rcbInputCellLeft {
background-position
:
0
0
; }
.RadComboBox_MBen .rcbInputCellRight {
background-position
:
100%
0
; }
.RadComboBox_MBen .rcbInput {
color
:
black
;
font
:
normal
12px
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
line-height
:
16px
; }
.RadComboBox_MBen .rcbEmptyMessage {
color
:
#a7a7a7
;
font-style
:
italic
; }
.RadComboBox_MBen .rcbArrowCellLeft {
background-position
:
0
-176px
; }
.RadComboBox_MBen .rcbArrowCellRight {
background-position
:
-18px
-176px
; }
.RadComboBox_MBen .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
0
; }
.RadComboBox_MBen .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
0
; }
.RadComboBox_MBen .rcbHovered .rcbInputCellLeft {
background-position
:
0
-22px
; }
.RadComboBox_MBen .rcbHovered .rcbInputCellRight {
background-position
:
100%
-22px
; }
.RadComboBox_MBen .rcbHovered .rcbInput {
color
:
black
; }
.RadComboBox_MBen .rcbHovered .rcbArrowCellLeft {
background-position
:
-36px
-176px
; }
.RadComboBox_MBen .rcbHovered .rcbArrowCellRight {
background-position
:
-54px
-176px
; }
.RadComboBox_MBen .rcbHovered .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
-22px
; }
.RadComboBox_MBen .rcbHovered .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
-22px
; }
.RadComboBox_MBen .rcbFocused .rcbInputCellLeft {
background-position
:
0
-44px
; }
.RadComboBox_MBen .rcbFocused .rcbInputCellRight {
background-position
:
100%
-44px
; }
.RadComboBox_MBen .rcbFocused .rcbInput {
color
:
black
; }
.RadComboBox_MBen .rcbFocused .rcbArrowCellLeft {
background-position
:
-72px
-176px
; }
.RadComboBox_MBen .rcbFocused .rcbArrowCellRight {
background-position
:
-90px
-176px
; }
.RadComboBox_MBen .rcbFocused .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
-44px
; }
.RadComboBox_MBen .rcbFocused .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
-44px
; }
.RadComboBox_MBen .rcbDisabled .rcbInputCellLeft {
background-position
:
0
-66px
; }
.RadComboBox_MBen .rcbDisabled .rcbInputCellRight {
background-position
:
100%
-66px
; }
.RadComboBox_MBen .rcbDisabled .rcbInput {
color
:
#a7a7a7
; }
.RadComboBox_MBen .rcbDisabled .rcbArrowCellLeft {
background-position
:
-108px
-176px
; }
.RadComboBox_MBen .rcbDisabled .rcbArrowCellRight {
background-position
:
-126px
-176px
; }
.RadComboBox_MBen .rcbDisabled .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
-66px
; }
.RadComboBox_MBen .rcbDisabled .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
-66px
; }
.RadComboBox_MBen .rcbReadOnly .rcbInputCellLeft {
background-position
:
0
-88px
; }
.RadComboBox_MBen .rcbReadOnly .rcbInputCellRight {
background-position
:
100%
-88px
; }
.RadComboBox_MBen .rcbReadOnly .rcbInput {
color
:
#1e395b
; }
.RadComboBox_MBen .rcbReadOnly .rcbArrowCellLeft {
background-position
:
-144px
-176px
; }
.RadComboBox_MBen .rcbReadOnly .rcbArrowCellRight {
background-position
:
-162px
-176px
; }
.RadComboBox_MBen .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
-88px
; }
.RadComboBox_MBen .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
-88px
; }
.RadComboBox_MBen .rcbHovered .rcbReadOnly .rcbInputCellLeft {
background-position
:
0
-110px
; }
.RadComboBox_MBen .rcbHovered .rcbReadOnly .rcbInputCellRight {
background-position
:
100%
-110px
; }
.RadComboBox_MBen .rcbHovered .rcbReadOnly .rcbInput {
color
:
#1e395b
; }
.RadComboBox_MBen .rcbHovered .rcbReadOnly .rcbArrowCellLeft {
background-position
:
-180px
-176px
; }
.RadComboBox_MBen .rcbHovered .rcbReadOnly .rcbArrowCellRight {
background-position
:
-198px
-176px
; }
.RadComboBox_MBen .rcbHovered .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
-110px
; }
.RadComboBox_MBen .rcbHovered .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
-110px
; }
.RadComboBox_MBen .rcbFocused .rcbReadOnly .rcbInputCellLeft {
background-position
:
0
-132px
; }
.RadComboBox_MBen .rcbFocused .rcbReadOnly .rcbInputCellRight {
background-position
:
100%
-132px
; }
.RadComboBox_MBen .rcbFocused .rcbReadOnly .rcbInput {
color
:
#1e395b
; }
.RadComboBox_MBen .rcbFocused .rcbReadOnly .rcbArrowCellLeft {
background-position
:
-216px
-176px
; }
.RadComboBox_MBen .rcbFocused .rcbReadOnly .rcbArrowCellRight {
background-position
:
-234px
-176px
; }
.RadComboBox_MBen .rcbFocused .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
-132px
; }
.RadComboBox_MBen .rcbFocused .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
-132px
; }
.RadComboBox_MBen .rcbDisabled .rcbReadOnly .rcbInputCellLeft {
background-position
:
0
-154px
; }
.RadComboBox_MBen .rcbDisabled .rcbReadOnly .rcbInputCellRight {
background-position
:
100%
-154px
; }
.RadComboBox_MBen .rcbDisabled .rcbReadOnly .rcbInput {
color
:
#a7a7a7
; }
.RadComboBox_MBen .rcbDisabled .rcbReadOnly .rcbArrowCellLeft {
background-position
:
-252px
-176px
; }
.RadComboBox_MBen .rcbDisabled .rcbReadOnly .rcbArrowCellRight {
background-position
:
-270px
-176px
; }
.RadComboBox_MBen .rcbDisabled .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden {
background-position
:
0
-154px
; }
.RadComboBox_MBen .rcbDisabled .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
background-position
:
100%
-154px
; }
.RadComboBoxDropDown_MBen {
border-color
:
#c1dbfc
;
color
:
black
;
background
:
white
;
font
:
normal
12px
/
16px
"Segoe UI"
,
Arial
,
Helvetica
,
sans-serif
; }
.RadComboBoxDropDown_MBen .rcbHeader,
.RadComboBoxDropDown_MBen .rcbFooter {
color
:
black
;
background-color
:
#f1f5fb
; }
.RadComboBoxDropDown_MBen .rcbHeader {
border-bottom-color
:
#c1dbfc
; }
.RadComboBoxDropDown_MBen .rcbFooter {
border-top-color
:
#c1dbfc
; }
.RadComboBoxDropDown_MBen .rcbHovered {
color
:
#1e395b
;
background
:
#eef6ff
; }
.RadComboBoxDropDown_MBen .rcbDisabled {
color
:
#a7a7a7
;
background-color
:
transparent
; }
.RadComboBoxDropDown_MBen .rcbLoading {
color
:
#1e395b
;
background
:
#eef6ff
; }
.RadComboBoxDropDown_MBen .rcbItem em,
.RadComboBoxDropDown_MBen .rcbHovered em {
color
:
#1e395b
;
background
:
#eef6ff
; }
.RadComboBoxDropDown_MBen .rcbCheckAllItems {
color
:
black
;
background-color
:
#f1f5fb
; }
.RadComboBoxDropDown_MBen .rcbCheckAllItemsHovered {
color
:
black
;
background-color
:
#f1f5fb
; }
.RadComboBoxDropDown_MBen .rcbMoreResults {
border-top-color
:
#b8cbde
;
color
:
black
;
background-color
:
#f1f5fb
; }
.RadComboBoxDropDown_MBen .rcbMoreResults a {
background-image
:
url
(
'Common/radFormSprite.png'
);
_background-image
:
url
(
'Common/radFormSpriteIE6.png'
);
background-position
:
-308px
-181px
; }
.RadComboBoxDropDown_MBen .rcbSeparator {
color
:
#ffffff
;
background
:
#8a8a8a
; }
public class WcfDataService : DataService<CRMSEntities>
<
ClientSettings
>
<
DataBinding
Location
=
"../WcfDataService.svc"
SelectCountMethod
=
"GetCount"
>
<
DataService
TableName
=
"Employee"
/>
</
DataBinding
>
</
ClientSettings
>