Ask a Question related to ASP.NET General, Design and Development.
-
Giscard #1
runat=server on HTC defined tag.
Is there a way to access an HTC defined tag as an HTMLControl.
I want to set an attribute on the tag from the server.
<myNamespace:myTagName runat="server"> will throws an error.
so my only option to populate that attribute is to do a lame
<myNamespace:myTagName <%=methodThatPopulatesAttribute();%>>
Anyone know a way around this? Please keep in mind that I do not have
a runat="server" on my form tag and I do not want one.
Thanks in advance.
Giscard Guest
-
runat=server
Can you show use some of the HTML in question? -- Carsten Thomsen Enterprise Development with Visual Studio .NET, UML, and MSF... -
Add form runat=server tags in Composite Control
Hi, I am using a Composite Control that encloses two Usercontrols. Both Usercontrols require to be enclosed in a <form runat=server> tag. I... -
'DataGridLinkButton' must be placed inside a form tag with runat=server
Can you please explain this more? I am new to asp.net, and not sure I understand what you're saying. Do you mean simply make sure your control is... -
error..of type 'TextBox' must be placed inside a form tag with runat=server
Try removing Runat=server from the textbox inside the template. Eliyahu "Jim" <peesa_govno@hotmail.com> wrote in message... -
runat="server"....a simple html textbox or a webform server textbox...that is the question.
I just realized that the code I inherited is using all asp.net server controls (ie. webform controls) and when I try to update textboxes on the...



Reply With Quote

