Re: Post Back issues with CE

  •  12-11-2003, 1:55 AM

    Re: Post Back issues with CE

    I've created a application with calendar control, using postback without any problems.

    Have you checked your Page_Load method for any Editor1.text  initialization code?
    If found, wrap it into a  if (!IsPostBack) block.

View Complete Thread