Login
Latest Development Blogs
Forum Topics Post
Browse By Tag
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
I tried to reproduce the reported problem in my local end by creating a page with WebToolBar, WebTab, and WebInput; then arrange them based on your given information, but my efforts were not successful – read the value of WebInput control from code behind shows that the value is updated to the new value.
Please kindly check my test page and let me know if you have different structure.
Hi Yudi
i want to say that i have flypostback manager control on this site. Mayby that is problem?
I use webtoolbar button with postback but flaypostback manager is running. When i change this control masked input it;s everything ok.
When you want i can attach my files to test.
At this moment, I can’t decide whether WebFlyPostBackManager may have caused the problematic behavior or not.Please feel free to modify the sent sample in my previous post so that it replicates the issue or attach your working simple sample files for further investigation.