Is it possible to mix language on a webb site. For example one aspx
page is written in C# and another aspx page is written in
VB.NET for example ?
Yes, within a few constraints.
If you use the website template, you have free reign over everything but
the App_Code directory. With web application template, it is a bit more
restrictive.
Another way to accomplish this is to put the actual app code into
libraries and you can divide the code by language. Not the best method,
but it can work.
And, if neither of these options work, there is always reflector (red-
gate.com). Grab the bits in the "wrong" language and output them in the
"right" language.
Peace and Grace,
--
Gregory A. Beamer (MVP)
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************