How are scripts executed?



How are scripts executed?..

Answer / sowmya

ASP provides scripting engines that execute the
corresponding scripting languages on the server side.
Scripts should be encoded within the <%?. %> Delimiters.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

What is ascx cs?

0 Answers  


What is the full name of asp in vb net?

0 Answers  


Define the asp scripting objects?

0 Answers  


Which is better asp or php?

0 Answers  


what is cookies?

2 Answers  


Explain the tasks performed by <> tags?

0 Answers  


How do in-process communication work in the common language runtime?

0 Answers  


1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.

1 Answers   Infosys, Syntel,


How do I make it so that code runs when the security system is stopping it?

0 Answers  


When does the application OnEnd event handler fire? A. After every request for an application document, since web servers are stateless servers. B. As soon as there are no open connections to any application document. C. When the web server is stopped in an orderly fashion. D. Twenty minutes after the last request for a document in the application. E. When there are no application requests for the amount of time defined by the SessionTimeout variable.

1 Answers  


Explain the difference between server.transfer and response.redirect?

0 Answers  


What are shared assemblies?

0 Answers  


Categories