Get WebInput value on server side after change on client side

3 replies. Last post: February 21, 2012 9:10 PM by Yudi
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hi

i have WebTab with many WebInput's and WebCombo's. One of WebInput is set to datetime with calendar. I set new date and i click save using button on webtoolbar.  I go to server side and read value's from my control's. With all other controll's i have no problem but this one with datatime editor i still see old value. Why?

Hear is my code of WebInput

<ISWebInput:WebInput ID="cDataSprzedazy" runat="server" DecimalSeparator="" Height="20px"
    MaxDate="12/31/9998 23:59:59" MinDate="1753-01-01" Nullable="False" Text="2011-11-21 13:18:59">
    <EditFormat>
        <ErrorWindowInfo IsEnabled="False">
        </ErrorWindowInfo>
    </EditFormat>
    <DisplayFormat>
        <ErrorWindowInfo IsEnabled="False">
        </ErrorWindowInfo>
    </DisplayFormat>
    <DateTimeEditor>
        <DropDownYearFrameStyle BackColor="White" BorderColor="Black" BorderWidth="1px">
        </DropDownYearFrameStyle>
        <DropDownMonthFrameStyle BackColor="White" BorderColor="Black" BorderWidth="1px">
        </DropDownMonthFrameStyle>
    </DateTimeEditor>
    <CultureInfo CultureName="pl-PL">
    </CultureInfo>
</ISWebInput:WebInput>

Please help me

 

Regards

Adam

 

All times are GMT -5. The time now is 4:57 PM.
Previous Next