Design View for Actionless form

R

RedHair

I also created a form class which inherits the
System.UI.Web.HtmlControls.HtmlForm and register
it as user control and use it to replace the regular <form runat=server> in
web form, every thing works
fine, but only the design view doesn't wotk in VS 2008. below are the sample
code, is it possible to solve
this issue?

namespace myControls
{
public class myForm : System.UI.Web.HtmlControls.HtmlForm
{
portected override void
RenderAttributes(System.Web.UI.HtmlTextWriter writer)
{
//...................................
}
}
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,160
Messages
2,570,890
Members
47,423
Latest member
henerygril

Latest Threads

Top