Re: [Mono-devel-list] asp.net usercontrols and WriteFile features

2005-03-21 Thread Rafael Teixeira
On Sun, 20 Mar 2005, Joe Audette wrote: Date: Sun, 20 Mar 2005 13:21:53 -0800 (PST) From: Joe Audette [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [Mono-devel-list] asp.net usercontrols and WriteFile features I could be wrong on this but I have always thought

[Mono-devel-list] asp.net usercontrols and WriteFile features

2005-03-20 Thread charlie
Hi Guys, i have been doing a bit of asp.net programming and have run into a few features :-). here a code snippet of what I am doing: Menu.ascx public class Menu : System.Web.UI.UserControl { private void Page_Load(object sender, System.EventArgs e) { } protected override