MyNWT (My .NET Web Toolkit)

First ScreenShots

by on Apr.27, 2008, under .NET, C#, CSS, JavaScript, MYNWT, NWT, XHTML

FireFox

Internet Exploreer

And Code :

            Div d = new Div();
            Div d2 = new Div();
            d.Style.MarginTop = "10px";
            d2.Style.MarginTop = "10px";
 
            Panel p = new Panel() { Title = "Hello", Frame = true};
            Panel p2 = new Panel() { Title = "My"};
            Panel p3 = new Panel() { Title = "NWT", Frame = true};
 
            Document.Body.AppendChild(p);
            Document.Body.AppendChild(d);
            Document.Body.AppendChild(p2);
            Document.Body.AppendChild(d2);
            Document.Body.AppendChild(p3););
:, , , , , ,

Leave a Reply

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...

Archives

All entries, chronologically...