: 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
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
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
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