onedizzydevil
Programmer
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="server" ...>[/tt] in the "top" control and the ending form tag [tt]</form>[/tt] in the "bottom" 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
"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."
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
"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."