Re: [Mono-aspnet-list] Code Problem

2011-09-26 Thread mostafaxx
Mike Christensen-2 wrote: I kinda think your code doesn't work because nothing is yet initialized in the page constructor well i've called the base constructor in the index class public class index : System.Web.UI.Page { public index() : base()

Re: [Mono-aspnet-list] Code Problem

2011-09-25 Thread mostafaxx
nedry wrote: a nested class inside the actual page class, and that nested class is never used well it worked, but my code is straight, i’ve only defined one class called index.. nedry wrote: It's been a while since I've done any .aspx well what do you do any way ?? -- View this message in

[Mono-aspnet-list] calling Response.Write() from a nested type

2011-08-10 Thread mostafaxx
hello every one,, I’m trying to call Response.Write() from a method defined in a class called application defined in another page called application.aspx : i have a main index page that references another page using : /%@ Reference Page=libs/application.aspx%/ the application.aspx has a class

Re: [Mono-aspnet-list] System.IdentityModel missing

2011-07-19 Thread mostafaxx
cyrus wrote: Hi. You need install mono-addon-wcf yep it worked thanks cyrus -- View this message in context: http://mono.1490590.n4.nabble.com/System-IdentityModel-missing-tp3645762p3678735.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com.

[Mono-aspnet-list] System.IdentityModel missing

2011-07-05 Thread mostafaxx
hi i'm having a problem ruining any asp.net apps , i always get the error (Could not load file or assembly 'System.IdentityModel) ,i'm using OpenSuse 11.4 Apache/2.2.17 mod_mono 2.8.2 (tarball Wed Feb 23 09:38:10 UTC 2011); ASP.NET Version: 2.0.50727.1433, here's the stack trace