<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>WilsonDotNet Forums : Wilson WebForm</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=rss&amp;id=26&amp;key=kWwEBjUWdeUnpJsibjPFAg%3d%3d</link><description>WilsonDotNet Forums : Wilson WebForm</description><item><title>Wilson.WebForm.Form must be used in Wilson.WebForm.Page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=2289&amp;key=z%2b1qch84%2ba7GfSgR2MSWaQ%3d%3d&amp;post=7038</link><pubDate>Mon, 21 Aug 2006 11:07:57 GMT</pubDate><description>The page that has the WebForm must inherit from Wilson.WebForm.Page.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Wilson.WebForm.Form must be used in Wilson.WebForm.Page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=2289&amp;key=z%2b1qch84%2ba7GfSgR2MSWaQ%3d%3d&amp;post=7030</link><pubDate>Mon, 21 Aug 2006 11:06:33 GMT</pubDate><description>&lt;H2&gt;&lt;FONT face=Verdana size=2&gt;Any idea what I am doing wrong?&lt;/FONT&gt;&lt;/H2&gt;
&lt;P&gt;thanks!!!&lt;/P&gt;
&lt;H2&gt;&lt;I&gt;&lt;/I&gt;&amp;nbsp;&lt;/H2&gt;
&lt;H2&gt;&lt;I&gt;Wilson.WebForm.Form must be used in Wilson.WebForm.Page&lt;/I&gt; &lt;/H2&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;B&gt;Description: &lt;/B&gt;An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. &lt;BR&gt;&lt;BR&gt;&lt;B&gt;Exception Details: &lt;/B&gt;System.Exception: Wilson.WebForm.Form must be used in Wilson.WebForm.Page&lt;BR&gt;&lt;BR&gt;&lt;B&gt;Source Error:&lt;/B&gt; &lt;BR&gt;&lt;BR&gt;
&lt;TABLE width="100%" bgColor=#ffffcc&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;&lt;PRE&gt;Line 251:					Me.Controls.Clear()
Line 252:					' set the template user control to be owned by this page:
&lt;FONT color=red&gt;Line 253:					Me.Controls.Add(m_Template)
&lt;/FONT&gt;Line 254:					' Now move the template child controls up to the page level so the ViewState will load 
Line 255:					Do While m_Template.Controls.Count &amp;gt; 0&lt;/PRE&gt;&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/FONT&gt;</description></item><item><title>Component Art Navbar / Multiple Forms</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=2288&amp;key=WykWpmseGMFwNa4u0m%2fYFw%3d%3d&amp;post=7037</link><pubDate>Mon, 21 Aug 2006 11:05:57 GMT</pubDate><description>Your template is a user control (.ascx), and user controls cannot have the Page directive.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Component Art Navbar / Multiple Forms</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=2288&amp;key=WykWpmseGMFwNa4u0m%2fYFw%3d%3d&amp;post=7029</link><pubDate>Mon, 21 Aug 2006 11:04:49 GMT</pubDate><description>&lt;P&gt;Paul,&lt;/P&gt;
&lt;P&gt;First of all thanks for your efforts!&amp;nbsp; I am STUCK big time and can't seem to locate an answer.&lt;/P&gt;
&lt;P&gt;I am using Aspdotnetstorefront (Aspdotnetstorefront.com) inside the skin template for the site I have placed a componentart navbar.&amp;nbsp; Unfortunately this component must reside between Form runat=server tags.&amp;nbsp; Well due to the design of this software I cant use thier template page and use those tags.&amp;nbsp; If I do I get an error telling me I cant use multiple forms.&lt;/P&gt;
&lt;P&gt;I have tried to use your WilsonForm but I get the following error: Can you please tell me what I am missng here?&amp;nbsp; I REALLY need this work around!&amp;nbsp; Thanks again!&lt;/P&gt;
&lt;H2&gt;&lt;I&gt;Parser Error&lt;/I&gt; &lt;/H2&gt;
&lt;P&gt;&lt;FONT face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "&gt;&lt;B&gt;Description: &lt;/B&gt;An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. &lt;BR&gt;&lt;BR&gt;&lt;B&gt;Parser Error Message: &lt;/B&gt;The directive 'page' is unknown.&lt;BR&gt;&lt;BR&gt;&lt;B&gt;Source Error:&lt;/B&gt; &lt;BR&gt;&lt;BR&gt;
&lt;TABLE width="100%" bgColor=#ffffcc&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;CODE&gt;&lt;PRE&gt;Line 1:  &amp;lt;%@ Control Language="vb" AutoEventWireup="false" Inherits="AspDotNetStorefront.TemplateBase" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %&amp;gt;
Line 2:  &amp;lt;%@ Register TagPrefix="ComponentArt" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %&amp;gt;
&lt;FONT color=red&gt;Line 3:  &amp;lt;%@ Page Inherits="Wilson.Web.Page" %&amp;gt;
&lt;/FONT&gt;Line 4:  &amp;lt;%@ Assembly Name="WilsonWebForm" %&amp;gt;
Line 5:  &amp;lt;%@ Register TagPrefix="Wilson" Namespace="Wilson.WebForm" Assembly="WilsonWebForm" %&amp;gt;&lt;/PRE&gt;&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Source File: &lt;/FONT&gt;&lt;/B&gt;/skins/skin_1/template.ascx&lt;B&gt;&lt;FONT face=Verdana&gt; &amp;nbsp;&amp;nbsp; Line: &lt;/FONT&gt;&lt;/B&gt;3 &lt;BR&gt;&lt;BR&gt;&lt;/P&gt;
&lt;HR width="100%" color=silver SIZE=1&gt;

&lt;P&gt;&lt;B&gt;&lt;FONT face=Verdana&gt;Version Information:&lt;/FONT&gt;&lt;/B&gt;&amp;nbsp;Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 &lt;/FONT&gt;&lt;!-- 
[HttpException]: The directive 'page' is unknown.
   at System.Web.UI.TemplateParser.ProcessError(String message)
   at System.Web.UI.TemplateParser.ProcessDirective(String directiveName, IDictionary directive)
   at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive)
   at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive)
   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
[Exception]: The directive 'page' is unknown.
   at System.Web.UI.TemplateParser.ProcessException(Exception ex)
   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
[HttpParseException]: The directive 'page' is unknown.
   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)
   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)
   at System.Web.UI.TemplateParser.ParseInternal()
   at System.Web.UI.TemplateParser.Parse()
   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()
   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)
   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()
   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()
   at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
   at System.Web.UI.TemplateControl.LoadControl(String virtualPath)
   at AspDotNetStorefront.SkinBase.LoadSkinTemplate() in C:\Inetpub\vhosts\costumesnow.com\httpdocs\App_Code\SkinBase.vb:line 453
   at AspDotNetStorefront.SkinBase.OnInit(EventArgs e) in C:\Inetpub\vhosts\costumesnow.com\httpdocs\App_Code\SkinBase.vb:line 218
   at AspDotNetStorefront._default.OnInit(EventArgs e) in C:\Inetpub\vhosts\costumesnow.com\httpdocs\default.aspx.vb:line 51
   at System.Web.UI.Control.InitRecursive(Control namingContainer)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.default_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)
--&gt;&lt;!-- 
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &amp;lt;customErrors mode="Off"/&amp;gt;. Consider using &amp;lt;customErrors mode="On"/&amp;gt; or &amp;lt;customErrors mode="RemoteOnly"/&amp;gt; in production environments.--&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=6990</link><pubDate>Tue, 08 Aug 2006 16:41:28 GMT</pubDate><description>&lt;P&gt;Adding:&lt;/P&gt;
&lt;P&gt;&amp;lt;add key="Wilson.WebForm.ViewState" value="EachInstance" /&amp;gt;&lt;/P&gt;
&lt;P&gt;to web.config does seem to correct the issue with postback = false when opening a popup window.&amp;nbsp; However, after adding that, my other non popup window forms had postback = false.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Another symptom of the postback = false thing is that other events that should fire on a postback don't...so, for example, clicking on a button triggers the page_load, page_init...but not the clicked for the button.&lt;/P&gt;
&lt;P&gt;Thanks for the help on this.&lt;/P&gt;</description></item><item><title>Use in server controls?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=775&amp;key=E9dljLi1LHSblgBp8kSVYQ%3d%3d&amp;post=6892</link><pubDate>Tue, 11 Jul 2006 00:00:08 GMT</pubDate><description>You'll need to send me a zip file with everything I need to reproduce and/or troubleshoot it.&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>Use in server controls?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=775&amp;key=E9dljLi1LHSblgBp8kSVYQ%3d%3d&amp;post=6879</link><pubDate>Mon, 10 Jul 2006 23:59:16 GMT</pubDate><description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have had all sorts of trouble trying to get a wilson:form to work in a user control (.ascx) file.&amp;nbsp; It is not using code behind.&amp;nbsp; I am trying to do a nonpostback to submit the form to an action that is to a different page.&lt;/P&gt;
&lt;P&gt;It seems that I need to inherit &lt;FONT color=#0000ff size=2&gt;Wilson.WebForm.Page &lt;FONT color=#000000 size=3&gt;in the calling .aspx file, and that I am supposed to put the following into the .ascx file:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT size=2&gt;
&lt;P&gt;&amp;lt;%&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;@&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Assembly&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Name&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="WilsonWebForm"&lt;/FONT&gt;&lt;FONT size=2&gt; %&amp;gt;&lt;BR&gt;&amp;lt;%&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;@&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;Register&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;TagPrefix&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="Wilson"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Namespace&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="Wilson.WebForm"&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;Assembly&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;="WilsonWebForm"&lt;/FONT&gt;&lt;FONT size=2&gt; %&amp;gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;/FONT&gt;However, it is not working.&amp;nbsp; When I select from my drop down list in my form, it just goes reloads the page with my selection.&lt;/P&gt;
&lt;P&gt;It has actually taken me quite a while to get where things seem to be setup ok, but it will not work.&amp;nbsp; Help! :)&lt;/P&gt;</description></item><item><title>Newbie Question</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1195&amp;key=BivVNWQeztzosGl99P3Ayw%3d%3d&amp;post=6880</link><pubDate>Mon, 10 Jul 2006 23:58:10 GMT</pubDate><description>I believe you mean Wilson.WebForm.Page.&amp;nbsp; This sent me on a significant wild goose chase for a while about not being able to load the type (due to syntax) :(</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=6829</link><pubDate>Sat, 24 Jun 2006 18:27:34 GMT</pubDate><description>I don't recall if I tested it with and without viewstate in session to see if there was a difference -- have you tried changing that configuration setting in web.config?&lt;br&gt;&lt;br&gt;Thanks, Paul Wilson&lt;br&gt;</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=6815</link><pubDate>Sat, 24 Jun 2006 18:26:12 GMT</pubDate><description>Does this problem have something to do with&amp;nbsp;Wilson Webform persisting the&amp;nbsp;viewstate in a session variable?</description></item><item><title>Viewing Masterpages in Design View Dreamweaver MX</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=853&amp;key=XdECVBjPpC%2blgKsjSNpMDg%3d%3d&amp;post=6559</link><pubDate>Thu, 27 Apr 2006 11:31:32 GMT</pubDate><description>&lt;P&gt;Dreamweaver Version 8 is now capable of displaying pages with the Wilson Matsterpage Tags&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=6084</link><pubDate>Tue, 28 Feb 2006 19:01:45 GMT</pubDate><description>Hey Marco, &lt;br /&gt;
&lt;br /&gt;
Have you perhaps resolved this issue? I have the same problem and desparately need to solve this.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;br /&gt;
Jo-Pierre</description></item><item><title>VS.Net 2005 and Wilson WebForm</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1700&amp;key=zLDmJUrPRMO1LPFDG%2fb0Zw%3d%3d&amp;post=5412</link><pubDate>Sat, 03 Dec 2005 05:46:19 GMT</pubDate><description>Hi John:&lt;br /&gt;
&lt;br /&gt;
No -- its not different.  The subscriber version may have a dependency on my Library dll, which I would have removed for the other version -- but even then the code would be the same other than a small amount of structural differences.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>VS.Net 2005 and Wilson WebForm</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1700&amp;key=zLDmJUrPRMO1LPFDG%2fb0Zw%3d%3d&amp;post=5411</link><pubDate>Fri, 02 Dec 2005 15:12:38 GMT</pubDate><description>Hi Paul,&lt;br /&gt;
&lt;br /&gt;
I will look into using Reflection to get any clues. I was wondering, as part of your subscription, is the version of WebForm different from the open source one?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
John Paul.</description></item><item><title>VS.Net 2005 and Wilson WebForm</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1700&amp;key=zLDmJUrPRMO1LPFDG%2fb0Zw%3d%3d&amp;post=5387</link><pubDate>Wed, 30 Nov 2005 05:34:34 GMT</pubDate><description>Hmmm, I just tried and failed too.  I suggest using Reflector to see how HtmlForm works in v2.0 -- that's how I figured it out in v1.*.  :)&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>VS.Net 2005 and Wilson WebForm</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1700&amp;key=zLDmJUrPRMO1LPFDG%2fb0Zw%3d%3d&amp;post=5383</link><pubDate>Tue, 29 Nov 2005 14:42:01 GMT</pubDate><description>Paul,&lt;br /&gt;
&lt;br /&gt;
Using your source code, could you offer me any pointers on how I could get HtmlControlContainer to render on the design surface in VS 2005?  I have tried custom designers and the attribute ContainerControlDesigner to no avail.&lt;br /&gt;
&lt;br /&gt;
Thank you for any direction you may offer!&lt;br /&gt;
&lt;br /&gt;
John Paul.</description></item><item><title>VS.Net 2005 and Wilson WebForm</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1700&amp;key=zLDmJUrPRMO1LPFDG%2fb0Zw%3d%3d&amp;post=5344</link><pubDate>Wed, 23 Nov 2005 11:31:48 GMT</pubDate><description>Hi John:&lt;br /&gt;
&lt;br /&gt;
I  barely tested it once in ASP.NET v2.0, and I don't recall if I checked the designer, so while I know it does &amp;quot;work&amp;quot; you are very much likely to be correct that something has changed in the designer.  Also, as I noted in another thread, there are a lot of other additional things in ASP.NET v2.0, so I think its likely that the control won't work in all cases, although I also haven't tried to find a problem yet.  Anyhow, my hope in making it open source was to both give it to a larger community, but to also allow others to work on its limitations (like the validator support).  Instead I'm spending my time on the ORMapper and other issues, and while I enjoyed creating the WebForm, I've never considered it to be more than a necessary hack for a few special cases.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>.NET 2.0</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1695&amp;key=ejk94BV%2f5xVZY18jQQqqtA%3d%3d&amp;post=5335</link><pubDate>Wed, 23 Nov 2005 08:15:11 GMT</pubDate><description>I tested it once and it worked in the simple cases I tried it in, but I also think there may be some cases that it may not work in due to new cases in v2.0 -- but I haven't tried enough to know that for sure.  So use with care.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>VS.Net 2005 and Wilson WebForm</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1700&amp;key=zLDmJUrPRMO1LPFDG%2fb0Zw%3d%3d&amp;post=5329</link><pubDate>Mon, 21 Nov 2005 14:49:11 GMT</pubDate><description>Thank you for putting this control as open source. This is a nice piece of work. I have just started using this control in VS.Net 2005 and have noticed that the control does not render correctly in the designer. That is, the control does not render in the design view when I place the control in an aspx page. I am receiving an &amp;quot;Object reference not set to an instance of an object&amp;quot; error. Otherwise, the control still renders correctly in the browser; just not at design-time in VS.Net 2005. Any ideas on a fix or is this problem addressed in the subscription version?&lt;br /&gt;
&lt;br /&gt;
Thank you,&lt;br /&gt;
John Paul.</description></item><item><title>.NET 2.0</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1695&amp;key=ejk94BV%2f5xVZY18jQQqqtA%3d%3d&amp;post=5323</link><pubDate>Mon, 21 Nov 2005 06:30:18 GMT</pubDate><description>This control works fine in .NET 2.0 ????</description></item><item><title>Not supported validation-controls - why?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1573&amp;key=lpGUxrMJFYR%2bvCyJXrkSJA%3d%3d&amp;post=4903</link><pubDate>Wed, 12 Oct 2005 14:36:08 GMT</pubDate><description>Hi Paul,&lt;br /&gt;
&lt;br /&gt;
thanks for the ideas.&lt;br /&gt;
&lt;br /&gt;
The reason in background is the following.&lt;br /&gt;
We have a search-engine for full-text-search. This engine is operating in spider (http-get) mode. Now we have many different links which point to the same page-content. The links are only different in querystring. &lt;br /&gt;
&lt;br /&gt;
Now we have to prevent search-engine from showing the pages twice or more. Because we have many links with different querystring pointing to the same page-content we get different action-tags for the same page (because of the querystrings). The search engine is building CRC checksums to prevent pages with the same content to be indexed twice. But the CRC checksum fails, because the action property is different, also the rest of the content is the same. &lt;br /&gt;
&lt;br /&gt;
So I thought to present the search engine, no matter what the querystring ist, always the same action string. So the CRC-checksum would be the same and the pages are indexed only once.&lt;br /&gt;
&lt;br /&gt;
Hopefully I explained my problem clearly.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Juergen</description></item><item><title>Not supported validation-controls - why?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1573&amp;key=lpGUxrMJFYR%2bvCyJXrkSJA%3d%3d&amp;post=4898</link><pubDate>Wed, 12 Oct 2005 06:21:26 GMT</pubDate><description>Is that the only reason you want to change the action -- just for spiders?  I'm also curious why that would matter, if you don't mind sharing, although that's certainly your business.  Anyhow, if that's the only issue (changing the action for just spiders) then you are probably better off just overriding the render method and altering the rendered html before it is sent to the browser -- maybe testing for the spider first so that you don't waste resources doing that for the other cases.  If you don't know how to do that, see the source code for the WebForm, since it already does that for some other reasons.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Not supported validation-controls - why?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1573&amp;key=lpGUxrMJFYR%2bvCyJXrkSJA%3d%3d&amp;post=4897</link><pubDate>Wed, 12 Oct 2005 05:53:16 GMT</pubDate><description>Hi Paul,&lt;br /&gt;
&lt;br /&gt;
thanks for the explanation. But for your solution I still have to use the built-in form for the page-form or?&lt;br /&gt;
&lt;br /&gt;
Background:&lt;br /&gt;
I have one big form in my pages and I need to set action attribute to some value if the request is from e.g. googlebot or any other spider. I cannot set the action with the build-in control, so I thought of using your controls - but they don't support validation controls.&lt;br /&gt;
&lt;br /&gt;
Do you have an idea how I can deal with that problem?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Juergen</description></item><item><title>Not supported validation-controls - why?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1573&amp;key=lpGUxrMJFYR%2bvCyJXrkSJA%3d%3d&amp;post=4884</link><pubDate>Tue, 11 Oct 2005 02:53:51 GMT</pubDate><description>Hi Juergen:&lt;br /&gt;
&lt;br /&gt;
The problem is that the ASP.NET framework just assumes far too much that there is going to be just a single form.  I was able to get around that on the server-side by requiring a new base page that overrode some of that.  But on the client-side, where validators have a lot of javascript, that single form assumption was just too much.  At one time I put a lot of work into trying to rewrite some of the validation javascript, but in the end it just didn't happen.  Maybe someone better with javascript could make it happen, but it was definitely not trivial.  The validation logic on the server meanwhile was something solvable, but even there it was very questionable since it required using reflection to change private members.  Finally, keep in mind that you can continue to use the one single built-in server form, with validators, while still using the WebForm for smaller &amp;quot;side&amp;quot; forms without validators -- so you don't have to give up validators for the main form.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Not supported validation-controls - why?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1573&amp;key=lpGUxrMJFYR%2bvCyJXrkSJA%3d%3d&amp;post=4881</link><pubDate>Tue, 11 Oct 2005 00:16:51 GMT</pubDate><description>Hello,&lt;br /&gt;
just a question concerning the problem that validation-controls are not supported. &lt;br /&gt;
&lt;br /&gt;
Where does the limitation comes from or what is the reason that they are not supported?&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
Juergen</description></item><item><title>Viewstate Bug</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1535&amp;key=JV2KbRGvt0mv9jbY%2fd9B8w%3d%3d&amp;post=4753</link><pubDate>Mon, 26 Sep 2005 04:14:08 GMT</pubDate><description>Hi Matt:&lt;br /&gt;
&lt;br /&gt;
Viewstate is certainly present in my test, although it may be an empty viewstate if there's no state to save.  And the button click event does fire in my test too, so you'll need to send me more details if you are seeing something else.&lt;br /&gt;
&lt;br /&gt;
Of course there is a well-known and very old IE browser bug that means the enter key does not post the button id when it submits a form with a single textbox -- but that's not related related to the webform in any way -- its just IE.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson </description></item><item><title>Viewstate Bug</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1535&amp;key=JV2KbRGvt0mv9jbY%2fd9B8w%3d%3d&amp;post=4751</link><pubDate>Sun, 25 Sep 2005 17:17:08 GMT</pubDate><description>Hi Paul,&lt;br /&gt;
&lt;br /&gt;
Love the control!  I just wanted you to confirm whether or not this was a bug in Wilson WebForm.  If you create a web form which contains only a textbox and a button, then no viewstate is present.  The absence of the viewstate prevents the button click event from firing.&lt;br /&gt;
&lt;br /&gt;
I looked into the source code, and it appears that if you are using the EachInstance viewstate storage method, that you check for the presence of the &amp;quot;__doPostBack&amp;quot; function to determine if the viewstate should be outputted.  The problem as far as I can tell is that the standard server-side form will only output the &amp;quot;__doPostBack&amp;quot; function if required, and since a button will submit without the presence of this function, it is not written.  &lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Matt Cox</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=4386</link><pubDate>Thu, 18 Aug 2005 05:55:06 GMT</pubDate><description>I tested it only on IE and FireFox, not Opera.  :)  You'll really need to email me a set of code that reproduces this.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=4382</link><pubDate>Thu, 18 Aug 2005 00:31:20 GMT</pubDate><description>Hi Paul,&lt;br /&gt;
&lt;br /&gt;
I found out something else: it seems that the behavior I described happens mainly with what I'm currently using as the &amp;quot;main&amp;quot; browser, Internet Explorer 6.0.2900.2180.xpsp_sp2_rtm.040803-2158 (it's a Service Pack 2 on Windows XP Professional) and with Mozilla FireFox 1.0.2.&lt;br /&gt;
&lt;br /&gt;
I've tried, for example, with Opera 7.54 and it works fine... I don't know if this can give you a clue as to what might be the cause...&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Marco</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=4344</link><pubDate>Thu, 11 Aug 2005 12:57:00 GMT</pubDate><description>Thanks Paul - it's really strange because when I do it I always get the kind of behavior I wrote about...&lt;br /&gt;
Anyway, I'll see if I can figure something out and maybe I'll get back to you if I have more information.&lt;br /&gt;
&lt;br /&gt;
Thanks again,&lt;br /&gt;
Marco</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=4342</link><pubDate>Thu, 11 Aug 2005 10:49:16 GMT</pubDate><description>Yes, I tried it every order I could think of.  I have seen things that involved popups sometimes being cached by the client browser unless I went out of my way to code it to never allow that -- but this didn't look like one of those cases to me either.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=4341</link><pubDate>Thu, 11 Aug 2005 09:46:53 GMT</pubDate><description>Hi Paul,&lt;br /&gt;
&lt;br /&gt;
did you open the popup page (hyperlink to a home.aspx with target=_blank) before clicking button1?</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=4330</link><pubDate>Wed, 10 Aug 2005 11:05:52 GMT</pubDate><description>Hi Marco:&lt;br /&gt;
&lt;br /&gt;
I took your code and could not duplicate it.  If you continue to have this problem then you'll need to send me the code that reproduces it since I cannot.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>IsPostBack = False after opening popup page</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1400&amp;key=ZU421UuHCACnAyjbchVeeQ%3d%3d&amp;post=4327</link><pubDate>Wed, 10 Aug 2005 09:58:02 GMT</pubDate><description>Hello,&lt;br /&gt;
&lt;br /&gt;
I have a strange problem with all pages derived from Wilson.WebForm.Page.&lt;br /&gt;
In these pages, everything seems to work fine except after opening a popup page (via JavaScript or a link with target=_blank). In these cases, the first time a form button is pressed after opening the popup, the effect is that the page is reloaded but IsPostBack is False. If you press a form button a second time, everything starts working correctly again...&lt;br /&gt;
&lt;br /&gt;
Any ideas as to what could be causing this strange behavior?&lt;br /&gt;
Just to give you an idea, this is the body of a test page I've created:&lt;br /&gt;
&lt;br /&gt;
	&amp;lt;body MS_POSITIONING=&amp;quot;GridLayout&amp;quot;&amp;gt;&lt;br /&gt;
		&amp;lt;form id=&amp;quot;gino&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
			&amp;lt;div id=&amp;quot;pino&amp;quot; runat=&amp;quot;server&amp;quot; /&amp;gt;&lt;br /&gt;
			&amp;lt;asp:Button id=&amp;quot;Button1&amp;quot; style=&amp;quot;Z-INDEX: 101; LEFT: 384px; POSITION: absolute; TOP: 192px&amp;quot; Text=&amp;quot;Button&amp;quot;&lt;br /&gt;
				runat=&amp;quot;server&amp;quot; Width=&amp;quot;144px&amp;quot; Height=&amp;quot;24px&amp;quot; Font-Size=&amp;quot;Small&amp;quot;&amp;gt;&amp;lt;/asp:Button&amp;gt;&lt;br /&gt;
			&amp;lt;asp:TextBox id=&amp;quot;TextBox1&amp;quot; style=&amp;quot;Z-INDEX: 102; LEFT: 384px; POSITION: absolute; TOP: 152px&amp;quot;&lt;br /&gt;
				runat=&amp;quot;server&amp;quot; Width=&amp;quot;136px&amp;quot; Height=&amp;quot;24px&amp;quot;&amp;gt;&amp;lt;/asp:TextBox&amp;gt;&lt;br /&gt;
			&amp;lt;asp:HyperLink id=&amp;quot;HyperLink1&amp;quot; style=&amp;quot;Z-INDEX: 103; LEFT: 400px; POSITION: absolute; TOP: 104px&amp;quot;&lt;br /&gt;
				runat=&amp;quot;server&amp;quot; NavigateUrl=&amp;quot;Home.aspx&amp;quot; Target=&amp;quot;_blank&amp;quot;&amp;gt;HyperLink&amp;lt;/asp:HyperLink&amp;gt;&lt;br /&gt;
		&amp;lt;/form&amp;gt;&lt;br /&gt;
	&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And this is the code-behind class:&lt;br /&gt;
&lt;br /&gt;
Public Class Test&lt;br /&gt;
    Inherits Wilson.WebForm.Page&lt;br /&gt;
&lt;br /&gt;
#Region &amp;quot; Codice generato da Progettazione Web Form &amp;quot;&lt;br /&gt;
    Protected WithEvents Button1 As System.Web.UI.WebControls.Button&lt;br /&gt;
    Protected WithEvents TextBox1 As System.Web.UI.WebControls.TextBox&lt;br /&gt;
    Protected WithEvents HyperLink1 As System.Web.UI.WebControls.HyperLink&lt;br /&gt;
    Protected pino As HtmlGenericControl&lt;br /&gt;
    Protected gino As HtmlForm&lt;br /&gt;
&lt;br /&gt;
    'Chiamata richiesta da Progettazione Web Form.&lt;br /&gt;
    &amp;lt;System.Diagnostics.DebuggerStepThrough()&amp;gt; Private Sub InitializeComponent()&lt;br /&gt;
&lt;br /&gt;
    End Sub&lt;br /&gt;
&lt;br /&gt;
    'NOTA: la seguente dichiarazione &amp;#232; richiesta da Progettazione Web Form.&lt;br /&gt;
    'Non spostarla o rimuoverla.&lt;br /&gt;
    Private designerPlaceholderDeclaration As System.Object&lt;br /&gt;
&lt;br /&gt;
    Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init&lt;br /&gt;
        'CODEGEN: questa chiamata al metodo &amp;#232; richiesta da Progettazione Web Form.&lt;br /&gt;
        'Non modificarla nell'editor del codice.&lt;br /&gt;
        InitializeComponent()&lt;br /&gt;
    End Sub&lt;br /&gt;
&lt;br /&gt;
#End Region&lt;br /&gt;
&lt;br /&gt;
    Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load&lt;br /&gt;
        'Inserire qui il codice utente necessario per inizializzare la pagina&lt;br /&gt;
&lt;br /&gt;
        If IsPostBack Then&lt;br /&gt;
            pino.InnerText = &amp;quot;POSTBACK!&amp;quot;&lt;br /&gt;
        Else&lt;br /&gt;
            pino.InnerText = &amp;quot;no postback&amp;quot;&lt;br /&gt;
        End If&lt;br /&gt;
&lt;br /&gt;
    End Sub&lt;br /&gt;
&lt;br /&gt;
    Private Sub DataGrid1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs)&lt;br /&gt;
&lt;br /&gt;
    End Sub&lt;br /&gt;
End Class&lt;br /&gt;
&lt;br /&gt;
Thanks for any help or information on this...&lt;br /&gt;
&lt;br /&gt;
Bye,&lt;br /&gt;
Marco</description></item><item><title>Viewing Masterpages in Design View Dreamweaver MX</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=853&amp;key=XdECVBjPpC%2blgKsjSNpMDg%3d%3d&amp;post=4084</link><pubDate>Wed, 13 Jul 2005 20:50:01 GMT</pubDate><description>We just redesigned a website www.finalemusic.com using MasterPages and a combination of VS.NET and Dreamweaver.  The trick was creating a design-time css tag that isn't written at run time (visible=&amp;quot;false&amp;quot; attribute) and making sure it is the first tag in the page.  I suspect that if Dreamweaver doesn't recognize the first tag it doesn't render the design view.  &lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&amp;lt;link id=&amp;quot;designcss&amp;quot; href=&amp;quot;/FinaleMusicNew.css&amp;quot; type=&amp;quot;text/css&amp;quot; rel=&amp;quot;stylesheet&amp;quot; runat=&amp;quot;server&amp;quot;&lt;br /&gt;
	visible=&amp;quot;false&amp;quot;&amp;gt;&amp;lt;/link&amp;gt;&lt;br /&gt;
&amp;lt;Wilson:MasterPage id=&amp;quot;MasterPage1&amp;quot; runat=&amp;quot;server&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/Wilson:MasterPage&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The real stylesheet is in the MasterPages template.  I tried importing the tags in Dreamweaver, but I don't think that had any effect.  The closing tag &amp;lt;/Wilson:MasterPages&amp;gt; still appears at the bottom of the page, but we chose to ignore it. &lt;br /&gt;
&lt;br /&gt;
On a side note, I hope that Macromedia improves Dreamweaver's ability to work with VS.NET in the next release.  Unless VS.NET 2005 IDE is vastly improved we will still use Dreamweaver for the design work.&lt;br /&gt;
&lt;br /&gt;
Andy</description></item><item><title>Viewing Masterpages in Design View Dreamweaver MX</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=853&amp;key=XdECVBjPpC%2blgKsjSNpMDg%3d%3d&amp;post=4011</link><pubDate>Wed, 29 Jun 2005 07:30:26 GMT</pubDate><description>I can only hope someone with DreamWeaver experience can help you as that is out of my realm of experience.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Viewing Masterpages in Design View Dreamweaver MX</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=853&amp;key=XdECVBjPpC%2blgKsjSNpMDg%3d%3d&amp;post=4010</link><pubDate>Wed, 29 Jun 2005 06:52:31 GMT</pubDate><description>Well it seems to be only with the Master Pages. Commenting out for instance it I comment out the following tag and it's closing tag,&lt;br /&gt;
&amp;lt;WILSON:MASTERPAGE id=&amp;quot;MasterPageAboutUs&amp;quot; runat=&amp;quot;server&amp;quot; templatefile=&amp;quot;~/Company/Layout.ascx&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
will allow me to view the page in design view. &lt;br /&gt;
&lt;br /&gt;
</description></item><item><title>Newbie Question</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1195&amp;key=BivVNWQeztzosGl99P3Ayw%3d%3d&amp;post=3725</link><pubDate>Wed, 11 May 2005 12:45:12 GMT</pubDate><description>My first thought is that you still need to add the inherits=&amp;quot;Wilson.Web.Page&amp;quot; attribute to your @Page declaration (or set the base page type in the web.config file for the whole site).  If that doesn't fix it then let me know and I'll debug it myself.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Newbie Question</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1195&amp;key=BivVNWQeztzosGl99P3Ayw%3d%3d&amp;post=3724</link><pubDate>Wed, 11 May 2005 12:02:20 GMT</pubDate><description>Hey all,&lt;br /&gt;
   I am just beginning to learn ASP.NET and how it works, and I want to use the WilsonWebForm.dll in my aspx file (specifically &amp;lt;Wilson:form ).  The aspx file does not use codebehind, so all the scripting and html are in the same file.  I have only the WilsonWebForm.dll in my applications /bin folder, and this at the beginning of my .aspx:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;%@ Import NameSpace=&amp;quot;System.Data&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;%@ Import NameSpace=&amp;quot;System.Data.SqlClient&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;%@ Import NameSpace=&amp;quot;System.Collections&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;%@ Import NameSpace=&amp;quot;Wilson.Web&amp;quot; %&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;%@ Page Language=&amp;quot;C#&amp;quot; Debug=&amp;quot;true&amp;quot; EnableViewState=&amp;quot;false&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;%@ Assembly Name=&amp;quot;WilsonWebForm&amp;quot; %&amp;gt;&lt;br /&gt;
&amp;lt;%@ Register TagPrefix=&amp;quot;Wilson&amp;quot; Namespace=&amp;quot;Wilson.WebForm&amp;quot; Assembly=&amp;quot;WilsonWebForm&amp;quot; %&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And of course I get an error:&lt;br /&gt;
&lt;br /&gt;
File or assembly name WilsonWebForm, or one of its dependencies, was not found.&lt;br /&gt;
&lt;br /&gt;
I have no idea what I'm doing wrong, and I've been scouring the web for instructions, but to no avail.  Any help is appreciated!</description></item><item><title>Unwanted view state in server form</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1065&amp;key=VkNuHSruBR25lzfs5EKq0A%3d%3d&amp;post=3324</link><pubDate>Tue, 15 Mar 2005 03:50:44 GMT</pubDate><description>Hi Adrian:&lt;br /&gt;
&lt;br /&gt;
Unfortunately, ViewState is a page-wide concept, since MS didn't really plan for multiple forms, so I have to handle one page-wide ViewState the same for all forms on the page.  I created two ways to handle it, and planned a third I never implemented -- one way was to copy the ViewState into each form (sounds like what you're using), and the other was to put it into Session (not always good option, but for smaller sites it works great).  I was hoping to also only have ViewState once on the page and use JavaScript to post it back in all forms -- I never got to this though, and it would have been somewhat browser dependent anyhow.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Unwanted view state in server form</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1065&amp;key=VkNuHSruBR25lzfs5EKq0A%3d%3d&amp;post=3322</link><pubDate>Mon, 14 Mar 2005 21:08:41 GMT</pubDate><description>Hello Paul&lt;br /&gt;
&lt;br /&gt;
I've been using your WebForm for quite a while, but I have one problem that is still plaguing me.  For a variety of reasons, I have a number of pages that have a degenerate server-side form in addition to a number of Wilson forms.  Essentially, I do this because I need some of the functions of the form to dump client-side script out - startup scripts.  Unfortunately, I seem to get the viewstate for the whole page dumped as well - even though there's nothing in the form at all.  Any idea what's going on here?  Is there a way to suppress that viewstate - the important bits of which I already keep in session state for the Wilson forms??&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Adrian&lt;br /&gt;
</description></item><item><title>Triggering Unwanted validators</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1041&amp;key=2suMykBbhyom%2f8A7Wv%2bB1g%3d%3d&amp;post=3257</link><pubDate>Mon, 07 Mar 2005 09:22:42 GMT</pubDate><description>That worked great! Thank you very much!</description></item><item><title>Triggering Unwanted validators</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1041&amp;key=2suMykBbhyom%2f8A7Wv%2bB1g%3d%3d&amp;post=3255</link><pubDate>Mon, 07 Mar 2005 04:39:19 GMT</pubDate><description>There's a long standing bug in IE that makes the enter key not submit a form with a single textbox.  There are lots of hacks that have been developed that you can find it you search, but the easiest is to put a second hidden textbox in the form.  Other solutions typically involve lots of javascript to try to trap the enter key.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Triggering Unwanted validators</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=1041&amp;key=2suMykBbhyom%2f8A7Wv%2bB1g%3d%3d&amp;post=3254</link><pubDate>Mon, 07 Mar 2005 02:19:07 GMT</pubDate><description>First of all, I would like to thank you for the great component. &lt;br /&gt;
&lt;br /&gt;
Here is my situation. I have a page with 3 forms; one for login, one as a main form, and another single-textbox form for referring other users. The login form and the referrence form are Wilson forms. The login form works fine and so does the main form. But the referrence form does not execute when ENTER is pressed, but works when the submit button is clicked. I tried some things and I've discovered that it is causing some validation error with the main form. There are no validators in this page and all submit buttons are set not to CauseValidation.</description></item><item><title>Setting Focus</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=925&amp;key=nuQdPhRTURWhcIk0SJ3O0w%3d%3d&amp;post=2898</link><pubDate>Thu, 13 Jan 2005 17:57:51 GMT</pubDate><description>It looks like I reference UniqueID -- it should be ClientID instead:&lt;br /&gt;
http://www.wilsondotnet.com/Code/?path=Templates&amp;amp;file=PageBase.cs&lt;br /&gt;
&lt;br /&gt;
Sorry about that, I have it fixed on other client sites that are more complex, but I missed it on this one.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Setting Focus</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=925&amp;key=nuQdPhRTURWhcIk0SJ3O0w%3d%3d&amp;post=2893</link><pubDate>Thu, 13 Jan 2005 07:34:32 GMT</pubDate><description>Paul, in your method WriteFocusScripts() you create dynamic javascript for setting focus:&lt;br /&gt;
&lt;br /&gt;
registerclientscript(focusControl.id + &amp;quot;.focus();&amp;quot;&lt;br /&gt;
&lt;br /&gt;
(not exact I know, but you get the idea) &lt;br /&gt;
&lt;br /&gt;
The problem with that code is that the javascript that it spits out looks something like this:&lt;br /&gt;
&lt;br /&gt;
LoginBoxes:txtBoxLoginID.focus();&lt;br /&gt;
&lt;br /&gt;
I'm trying to set the focus on my login screen which is in a content region called &amp;quot;LoginBoxes.&amp;quot;  So, javascript blows up on the &amp;quot;:&amp;quot; character b/c ASP.NET outputs the name of the control to be:  LoginBoxes_txtBoxLoginID.  I had to modify the code to replace the &amp;quot;:&amp;quot; with &amp;quot;_&amp;quot; in order for it to work.  My question is, why does it work for you this way? &lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
</description></item><item><title>Viewing Masterpages in Design View Dreamweaver MX</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=853&amp;key=XdECVBjPpC%2blgKsjSNpMDg%3d%3d&amp;post=2677</link><pubDate>Mon, 06 Dec 2004 12:53:20 GMT</pubDate><description>Is this just about MasterPages?  Or also about my WebForm component?  Either way I don't know anything about using Dreamweaver, but knowing for sure which one you are referring to may help someone else answer this.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Viewing Masterpages in Design View Dreamweaver MX</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=853&amp;key=XdECVBjPpC%2blgKsjSNpMDg%3d%3d&amp;post=2676</link><pubDate>Mon, 06 Dec 2004 12:07:18 GMT</pubDate><description>I've been searching the ends of the earth trying to work out this problem. We had a site developed by a third party that utlizes the WebForm Masterpages. &lt;br /&gt;
&lt;br /&gt;
When I try to open these pages in Dreamweaver all that is displayed is the ASP icon so I can do no editing of the page in design view unless I comment out the masterpage tags while I work on them and remember to uncomment them before moving into production. &lt;br /&gt;
&lt;br /&gt;
I've tried a number of configuration changes in Dreamweavers Tags.xml, TagLibraries.vtm but to no avail. &lt;br /&gt;
&lt;br /&gt;
I've also been able to work around this if I do not define the site in Dreamweaver but I lose the functionality of the Source Control working with it in this manner. &lt;br /&gt;
&lt;br /&gt;
I've imported the wilson tags into the Tag Libraries. &lt;br /&gt;
&lt;br /&gt;
I'm unable to find much documentation that is clear in getting Third Party Tags to behave in a a specified manner from searches. &lt;br /&gt;
&lt;br /&gt;
Has anyone had a similar experience and found a way to work in design view of Dreamweaver with these tags?  </description></item><item><title>Use in server controls?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=775&amp;key=E9dljLi1LHSblgBp8kSVYQ%3d%3d&amp;post=2526</link><pubDate>Tue, 09 Nov 2004 04:27:17 GMT</pubDate><description>Sure, you can use any control in a custom control, and the WebForm is no different in that regard.  It is a little different though in that you can't put a form inside another form, so you may have users of your custom control getting errors if they try to put it in their own form.&lt;br /&gt;
&lt;br /&gt;
Thanks, Paul Wilson</description></item><item><title>Use in server controls?</title><link>http://www.microsoftarchitect.com/Forums/Default.aspx?part=42&amp;action=thread&amp;id=775&amp;key=E9dljLi1LHSblgBp8kSVYQ%3d%3d&amp;post=2458</link><pubDate>Sun, 24 Oct 2004 14:56:57 GMT</pubDate><description>Is it possible to use these forms within a server control, or must they be in an ASPX page?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Steve</description></item></channel></rss>