



i had Datetime Picker And SaveAndNew Button
i enter some Date In Datetime picker And Save after SAving i want to Clear The Date or Make Blank the DateTime Picker.
i had Tried following but it dosent work .
dtpdate.selectedDate=""
dtpdate.SelectedDate = Convert.ToString(
"")
dtpdate.DateInput.Text =
""

Hi
I'm using radtooltips where I am loading cotent from a database using ajax.
On another page i'm using RadAjaxPanel.
I both pages I'm experiencing problems when using using formsauthenticaton.
When user looses their session due to timeout the pages throw a pagerequestmanagerparsererrorexception in an alertbox.
And the user is not redirected to the login page.
I´have set the Response.RedirectLocation = "Login.aspx?" in the login page's Init event.
What to do, make the pages redirect to loginpage upon lost sessions?
Best Regards
