must the silverlight plugin object tag be contained within a form
- by Ralph Shillington
Looking at the sample .html file generated on a silverlight 4 project we see that the object tag is inside a form. (and the form has runat="server" for that matter)
Is there a reason that the plug-in must be within a form, and for that matter what does runat="server" mean in an html file (note I understand it's purpose in an aspx file)