I have always been kind of confused just a little bit. When you look at the markup section of the interface in Visual Studio and designing your screens, are you looking at XML that is then rendered later on on as HTML back to the client or is it a mixture of both. Also can you intermix C# code in with the code mark up code in the design side of the mark up section in Visual Studio. If so I am taking that the C# and
VB run server side just like the ASP.NET elements do. In other words how much runs server side as to how much runs client side especially as it pertains to what you see in the markup section of your project in Visual Studio?
Thanks once again.