whate is @page(AspCompat) Directive
in .net ?
Answers were Sorted based on User's Feedback
Answer / ramadevi
page Directive:--
It is an Instruction to the server.it should be
provided as a first statement with in webpage.
.aspx pages contain @page directive that
links that page to tha appropriate class.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / happy
It is an Instruction to the server.it should be
provided as a first statement with in web page.
.asp x pages contain @page directive that
links that page to they appropriate class.
| Is This Answer Correct ? | 4 Yes | 0 No |
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.
Tell something about Active Server Pages?
What are the attributes of the <form> tags? What are their functions?
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
How many types of cookies?
Explain the difference between post & get method in asp?
How could u display all of the cookies/cookie values for a user through a Web page in ASP?
How we load the page in ASP?
how to connect asp with sql server.......? Write some code for connectivity between sql server and ASP...
Which is an advantage of application service providers (asps)?
What is Response object? How is it related to ASP's Response object?
What is asp and how it works?