Answer Posted / aspdotnet.sqlserver2005
In ASP, we r using VBScript and JavaScript. For client side
scripting we r using javascript and for server side, we r
using VBScript.When a ASP page s sent to server,that
VBscript s executed at server.and in the case of
javascript,it s executed at the client itself.we can see
the javascript code by taking the "view source code"option
of each ASP webpage
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we create a multiple user simultaneously ?
How we can force all the validation controls to run?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
Describe session handling in a webfarm, how does it work and what are the limits?
What is session in asp.net?
How many types of controls are there in asp.net?
Explain client side state management system.
Which object wraps the state or data of a user?
How to fetch a data from one table to another table in asp.net ?
What is a query string in a url?
How can you implement encapsulation in asp.net?
What is ispostback method in asp.net? Why do we use that?
What are web beacons used for?
What is the difference between stored procedure vs function?
What is an assembly? Explain its parts.