answersLogoWhite

0


Best Answer

java

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What languages can be used to write server side scripting in ASPNET?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which language can be used to write server side scripting in ASPNET?

c# AND VB AND C++


Can you write multiple scripting languages in a single page?

Yes. In fact this is fairly common. For example, using in the same web page a client scripting language such as JavaScript and a Server Scripting Language, such as ASP.NET or PHP.


What does a PHP developer do?

PHP is a server side scripting language. PHP is used to develop web applications which has interaction between the Web Application and the Users. PHP developers write the programs (Server side scripting) to develop these web applications. The developed programs acts as an intermediary between the users and the web servers and database. For example when you purchase something online, say a book from amazon.com or ebay.com the order creation, online payments for the orders and upto the delivery of the items, all these transactions are done through the server side scripting languages called PHP. And PHP developers develop this type of websites and applications. Note: The websites given - amazon.com and ebay.com may use a different Server Side Scripting languages than PHP and just for a example and user reference it is given above.


Write function integerpower that return the value of base exponent?

write a scripting to return values in functions


What is the difference between HTML and aspnet?

HTML (HyperText Markup Language) is a specification for page layout on a web browser. For example, the text <b>Hi!</b> tells a web browser to show the text Hi! in bold. ASP.NET is a library used by the programming languages C# and VB.NET to create web pages, by combining HTML and server-side programming that you write to manipulate the HTML in interesting ways. In short, HTML is the language of the web browser, and ASP.NET is one of many languages used by programmers to generate HTML.


Is HTML a progarming language or is it just a web designing program?

HTML is not a programming language in true sense. Though you can: write codes using HTML tags, use other scripting languages,etc to design a web page


Where can one read a guide on bash scripting?

Bash scripting is one of the easiest types of scripting to learn. Bash is very flexible, and has many advanced features. Bash is not only used to run programs but it also used to write scripts.


What does the term 'coders' often refer to?

The term "coders" when used on the internet usually refers to developers or programmers, who are able to command one or more scripting/computer languages such as C++ or similar, allowing them to write codes or programs. "Coders" derives from "to code" or "coding".


Write a sample program using ASPNET explaining all the syntax and semantics of the program?

write a sample program using asp.net explaining all the syntax and semantics of the program


How do you write maria in different languages?

Maria in different languages


Who person speak and write many languages?

the person who speaks and write many languages is known as linguist and the person who speaks , write and research is known as bilingual


Difference between high level language and script language?

There is no real difference; a scripting language is a programming language like any other. We use the term script to infer a programming language that does not need to be compiled to a lower-level code before running. Generally speaking, a scripting language is usually a high-level, interpreted programming language.