Which of the 3 lanuages specified can be used for server side scripting in ASP.NET?

Skill/Topic: Beginner
A) C#
B) C
C) Visual Basic
D)

Showing Answers 1 - 32 of 32 Answers

rafeeqg

  • Dec 14th, 2005
 

What I understand is that the author wants to which of the 3 lanuages specified can be used for server side scripting in asp.net. C# is the only answer.  Further any managed language can be used - VB.NET, C#.NET, COBOL.NET, VC++.NET etc for server side scripting. ASP.NET provides us the option of using VB.NET, C#.NET, Javascript.NET

  Was this answer useful?  Yes

lalithaswetha

  • Dec 18th, 2005
 

for asp.net its visual basic and for asp(active server pages) its vb script

  Was this answer useful?  Yes

kalidas

  • Jan 9th, 2006
 

Mostly we use for server side Scripting VBScript only.

In rare case we write JavaScript. But some browse will not support Javascript.So, that we use VBScript

  Was this answer useful?  Yes

Revanth

  • Mar 13th, 2006
 

C# is correct for serverside

 

vbscript & javascript are used to write client side scripting to avoid traffic at server side

seshagiri

  • Mar 14th, 2006
 

C#

  Was this answer useful?  Yes

Chakravarthi G

  • Mar 16th, 2006
 

HI

 C#  and vb.net used to write serverside coding.

 javascript is used only for clientside coding.

  Was this answer useful?  Yes

Anantharaman

  • Mar 19th, 2006
 

we can use C# as server side scription language

  Was this answer useful?  Yes

Raju

  • Mar 27th, 2006
 

How can you write server side scripting using C#

i don't think so

  Was this answer useful?  Yes

sumalatha

  • Apr 1st, 2006
 

JavaScript and Asp

  Was this answer useful?  Yes

Balaji

  • Sep 14th, 2006
 

Actually?the question is about server side scripting languages?that depends upon in which mode we opened your project i.e if you open in C# mode default scripting language is < script language="C#" runat="server" >.One point i want you? mention that is VB Script, JavaScript are specifically meant for client side scripting languages.

Thanks?

  Was this answer useful?  Yes

Vishal_IT

  • Jun 16th, 2009
 

VB and C# both the language are same. Both the language are provided by Microsoft.
C# also has many functions that do not work in VB. C# is base language of Microsoft. Therefore C# is better for Server Side Coding.

  Was this answer useful?  Yes

MikeCheel

  • Jul 2nd, 2009
 

What do they mean by server side scripting? To my knowledge that is any managed language that can be used in either content side script tags with the runat=server attribute or code behind. C# and Visual Basic work on this one but I got i wrong. Answer D is not even filled in (at least not on Firefox).

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions