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 |
What is ascx cs?
What is the full name of asp in vb net?
Define the asp scripting objects?
Which is better asp or php?
what is cookies?
Explain the tasks performed by <> tags?
How do in-process communication work in the common language runtime?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array.
How do I make it so that code runs when the security system is stopping it?
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.
Explain the difference between server.transfer and response.redirect?
What are shared assemblies?