Login

  • Sign in with Intersoft Social ID
  • Sign in with Intersoft ID (Developer Network)
  • Sign in with Google ID
  • Sign in with Open ID. Click for more options.
Intersoft Social ID
Password
Intersoft Latest Learn More

Latest Development Blogs

Blog RSS
Loading
Retrieving News

Forum                   Topics  Post

Get WebInput value on server side after change on client side

3 replies. Last post: February 21, 2012 9:10 PM by Yudi
Rate this topic:
Average rating: Not rated yet.
Tags :
  • (None)

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 6:26 PM.