![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Design View for Actionless form
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) { //................................... } } } |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|