Web Connection
DatePicker without AutoPostBack
Gravatar is a globally recognized avatar based on your email address. DatePicker without AutoPostBack
  Luca
  All
  Sep 5, 2021 @ 11:58pm

Dear Rick,
I use WC 6.05 and suddenly get a strange problem with DatePicker.
If I set AutoPostBack="" the calendar close when I click on a day (it is right).
If I set AutoPostBack="True" the calendar does not close when I click on a day (I have to click on Close button) and postback does not run.
In another similar webpage DatePicker runs AutoPostBack, but I am not able to understand what is wrong here.
Thank you very much for support

               <table>
                    <tr>
                        <td>
                            <ww:wwDatePicker ID="txtDaData" runat="server" DateFormat="dd-mm-yy" width="80px" 
                            ButtonImage="~/images/calendar.gif" AutoPostBack="True" Change="" ></ww:wwDatePicker>
                        </td>
                    </tr>
               </table>
  
Gravatar is a globally recognized avatar based on your email address. re: DatePicker without AutoPostBack
  Luca
  Luca
  Sep 15, 2021 @ 10:15pm

Solved after a lot of experimentation.

© 1996-2024