RE: [Mono-dev] Controls in HTML comment block behave different in .Net and Mono

2006-02-06 Thread Arnhoffer Károly
: Re: [Mono-dev] Controls in HTML comment block behave different in .Net and Mono You may have fallen foul of the same thing I did: Codebehind="WebForm1.aspx.cs" is a Visual Studio thing, apparently. You want to replace "CodeBehind" with "Src". It worked for me, an

Re: [Mono-dev] Controls in HTML comment block behave different in .Net and Mono

2006-02-03 Thread peter
You may have fallen foul of the same thing I did: Codebehind="WebForm1.aspx.cs" is a Visual Studio thing, apparently.  You want to replace "CodeBehind" with "Src". It worked for me, anyway. Cheers Peter Arnhoffer Károly wrote: Hi, When I have an ASP.Net control in an HTML comment bl

Re: [Mono-dev] Controls in HTML comment block behave different in .Net and Mono

2006-02-03 Thread Robert Jordan
Alexandre Miguel Pedro Gomes wrote: MS.Net is always the right behaviour, even if unlogic or buggy. I guess thats the mono ASP.Net parser ignoring everything placed between comments... seems like the behaviour should be process it but don't show it. It makes sense how MS.NET deals with comments

Re: [Mono-dev] Controls in HTML comment block behave different in .Net and Mono

2006-02-03 Thread Alexandre Miguel Pedro Gomes
MS.Net is always the right behaviour, even if unlogic or buggy. I guess thats the mono ASP.Net parser ignoring everything placed between comments... seems like the behaviour should be process it but don't show it. On 2/5/06, Arnhoffer Károly <[EMAIL PROTECTED]> wrote: Hi,When I have an ASP.Net cont