heey
I'm sorry for that question but somehow I have a blackout (I know its not a excuse ) but how can I retrieve the value from a
my code
code behind
and i need here where the numbers 2000 and ,2001 is the values from the RadNumericTextBox's
i really apologize my question but plzz help thanks
I'm sorry for that question but somehow I have a blackout (I know its not a excuse ) but how can I retrieve the value from a
RadNumbericTextBox using a button to sent the value (I need a int)my code
<div class="fromRowDiv"> <asp:Label ID="label1" CssClass="fromLabel" runat="server" Text="From Date" ></asp:Label> <telerik:RadNumericTextBox ID="FromDateNumbericTextBox" runat="server" MinValue="2000" NumberFormat-DecimalDigits="0" NumberFormat-GroupSeparator="" ></telerik:RadNumericTextBox> <asp:Label ID="Tolabel2" CssClass="fromLabel" runat="server" Text="To Date"></asp:Label> <telerik:RadNumericTextBox ID="ToDateNumericTextBox" runat="server" MinValue="2000" NumberFormat-DecimalDigits="0" NumberFormat-GroupSeparator=""></telerik:RadNumericTextBox> </div>code behind
protected void CalcButton_Click(object sender, EventArgs e) { AnnualVacationManager mng = new AnnualVacationManager(); mng.CalcForNextYear(2000,2001); }and i need here where the numbers 2000 and ,2001 is the values from the RadNumericTextBox's
i really apologize my question but plzz help thanks