using System; using System.IO; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.Design; namespace Testing { /// /// Summary description for Designer. /// public class Designer : System.Web.UI.Design.ControlDesigner { public override string GetDesignTimeHtml() { WebCustomControl1 test = (WebCustomControl1) Component; StringWriter sw = new StringWriter(); HtmlTextWriter tw = new HtmlTextWriter(sw); test.RenderControl(tw); return sw.ToString(); } } } we are all friends - Archives (August 2008)
we are all friends
About Me

i love the people who loves all the peoples

Recent Posts
    Menu
    Calendar

    Friends
    Links


      1 of 1
      Last Page | Next Page
      Archives
      Login | Browse Blog Directory | Free Blog Hosting Blogger Team - Start Your Own Blog
      Web Hosting | 3GP | Pakistani Music | Mobile Videos | Funny 3GP Videos
      using System; using System.IO; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.Design; namespace Testing { /// /// Summary description for Designer. /// public class Designer : System.Web.UI.Design.ControlDesigner { public override string GetDesignTimeHtml() { WebCustomControl1 test = (WebCustomControl1) Component; StringWriter sw = new StringWriter(); HtmlTextWriter tw = new HtmlTextWriter(sw); test.RenderControl(tw); return sw.ToString(); } } }