Hi Vinod,
It's not a matter of choosing between ASP.NET and C# or
VB.NET for the pages. ASP.NET pages use an XML based tag language (similar to HTML) to add controls and HTML to the markup of a page. I think this is what you refer to as the ASP.NET language. There's no language to choose here.
However, in the Code Behind (or code besides), you do get to choose between
VB.NET and C#.
Just to see what difference it makes, add two new pages to your site: one in
VB.NET and one in C#. You'll notice the markup is almost identical (except for the @Page directive), but it's the code behind that's really different.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.