Luke,
Thanks for the reply.
I Think I Found the problem.
It was the name of the ASPX file "Calendar"
Changed the name to MyCalendar and it worked ok.
I think .net was trying to convert the page into the Calendar Control !!!
this caused the type mismatch error
--
Life in the sun
"Luke Zhang [MSFT]" wrote:
> Hello,
>
> If you open the "calendar.aspx" directly in browser, will you also get the
> error? And, if you use the same code to show another page, like:
>
> popUp = window.open('SomePage.htm','Calendar',
> 'width=235,height=278,left=200,top=250');
>
> What will be the result?
>
> Besides error code "CS0030", is there any other error message like "cannot
> convert type....."?
>
> Thanks,
>
> Luke Zhang
> Microsoft Online Community Support
>
> ==================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ==================================================
>
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>
>
|