NEWS

Wednesday, July 21, 2010

Using C# and AB.Net pages in same asp.net project

You can achieve this easily in the website project


see the below link:

http://timheuer.com/blog/archive/2007/02/28/14002.aspx

But it is not that easy in the web application project.

refer to the links below:

http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/8c8fe4fc-3204-4a1d-b6c3-41e572f88884

http://stackoverflow.com/questions/1547308/asp-net-web-application-with-c-vb-net-both-in-codebehind

But I found an alternate way to do this with the idea from this link

http://articles.sitepoint.com/article/asp-dot-net-basics

I came across challenge of having the Master page, user controls and business layer all in C#..

but have to add VB page along with the C# pages.

No comments:

Post a Comment