| Which of the following languages can be used to write server side scripting in ASP.NET? |
| a) C-sharp |
| b) VB |
| c) C++ |
| d) a and b |
| tell me the answer |
Loading
| Which of the following languages can be used to write server side scripting in ASP.NET? |
| a) C-sharp |
| b) VB |
| c) C++ |
| d) a and b |
| tell me the answer |
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal NaikPosted Mar 26, 2012, 1:12 AM
option, d) a and b
is the answer.
SenthilkumarPosted Mar 26, 2012, 12:00 AM
When you create the ASP.Net web application, it will ask you to select the language in the dropdown. By default it will be VisualBasic. The Dropdown has the option of "Visual Basic and C#". The Visual Studio 2008 onwards its supports J# as well.
It is applicable same when you create the project or web page.
The compiler will identify the language from the page directive.
<%@ Page Language="C#" %>
The Language has the two properties in the page directive.
VB
C#
the answer for the question is a and b
I suggest you to go through this url:
http://msdn.microsoft.com/en-us/library/fbdt8kk7(v=vs.90).aspx
VulpesPosted Mar 25, 2012, 11:16 AM