Adding "form runat server" from codebehind..

J

John

Hi..

I'm creating a "Web Custom Control" and need to generate a
form. I can't put the form tag's to the aspx-fil. I have
to generate them from the webcontrol.

I understand that this code wont work:

Protected Overrides Sub Render(ByVal output As
HtmlTextWriter)
output.AddAttribute("runat", "server")
output.AddAttribute("ID", "MainForm")
output.RenderBeginTag(HtmlTextWriterTag.Form)
'My form-controls
output.RenderEndTag
End Sub

But how can I do this??

Regards,
John
 

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

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,904
Latest member
HealthyVisionsCBDPrice

Latest Threads

Top