Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problems with spliting form tag between controls.

Status
Not open for further replies.

onedizzydevil

Programmer
Mar 24, 2001
103
US
During the RC and Beta of VS.NET we were able to create and run User Controls that contained the beginning form tag [tt]<form runat=&quot;server&quot; ...>[/tt] in the &quot;top&quot; control and the ending form tag [tt]</form>[/tt] in the &quot;bottom&quot; control.

We do this to separate design from function; however, this is no longer working. We get build errors now on the Gold Code, does anyone else doing this? Are you having problems?
Have you figured out a solution?

We have tried this with a new project and an existing project but neither will build. I find it sorta disheartening that this thing can not figure out the end form tag is there when the page is completely built.


Wayne Sellars

&quot;Programming, today is a race between software developers, striving to build bigger and better idiot-proof programs, and the Universe, trying to produce bigger and better idiots. So far, Universe 1 - Programmers 0.&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top