answersLogoWhite

0

How do you use javascript in aspnet?

User Avatar

Anonymous

16y ago
Updated: 8/17/2019

Ajax, I believe uses JavaScript + ASP.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is the default serialization used for ASPNet Ajax calls?

JavaScript Object Notation


How do you use javascrip in aspnet website development?

In ASP.NET website development, JavaScript is commonly used to enhance user interactions and improve the client-side experience. You can embed JavaScript directly within ASPX pages or use external .js files linked in the head or body sections. Additionally, ASP.NET provides features like ASP.NET AJAX and jQuery to facilitate seamless integration of JavaScript for tasks such as form validation, asynchronous data loading, and dynamic content updates. By combining server-side ASP.NET functionalities with client-side JavaScript, developers can create responsive and interactive web applications.


Can you use javascript in Mozilla?

Yes. In fact, you can use JavaScript in any web browser.


How do you use Microsoft richtext box control in aspnet?

george


How do you get the popup javascript box?

Use confirm or alert in javascript code to get a popup


Use Javascript?

It will help


Is JavaScript or Dreamweaver better?

Not comparable. JavaScript is a programming language. Dreamweaver is an application (which you can use to create pages with javascript, html, etc.)


How do you check length of password using javascript?

Use the length property of string in javascript.


Why we use aspx as aspnet extention?

B'cos this is the extension of a page in .net


How does document.close work?

The command is javascript JavaScript is interpreted by the browser browsers use JavaScript engines to execute the commands each browser differs


What does Ajax use for the processing that is done on the browser?

Javascript. AJAX stands for Asymmetric Javascript And XML


How you stop a page to refresh in ASPNet?

You can use ajax to prevent refresh the page