[Mono-aspnet-list] Too much bug

Alberto León leontiscar at gmail.com
Wed May 19 10:16:15 EDT 2010


You must send the throw exception message.
It's important say if you are using codebehind or codefile because the
first some times need to write the events handlers if you don't use
AutoEventWiringUp. The codefile lets you use partial classes.

So are your programming in asp.net 2.0 or 1.0?

2010/5/14 TM <tranmanhdit at live.com>:
>
> I don't understand
> when i run it on windows, it ok.
> when i run my web app on linux, it fail.
> protected void btnNext1_Click (object sender,
> System.Web.UI.ImageClickEventArgs e)
>                {
>                        ltContent.Text = "Hello world";
>                }
> here is the event for ASP Image Button; when click -> it throw exception
> i don't understand, i really don't understand.
> Why do we need Mono? because my teacher ask me deploy asp.net app on linux.
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Too-much-bug-tp2216026p2216026.html
> Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>


More information about the Mono-aspnet-list mailing list