different web application and windows application
Answer / sravi
web application means that is accessed via web browser over
internet or intranet..this is coded in-a browser supported
language like http,asp,php etc
windows application means a program is wrriten to run under
microsoft windows operating system..
| Is This Answer Correct ? | 2 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.
How do I add aspx page to visual studio?
What opens asp files?
is string is a value type or reference type?
Difference between GET and POST? Which is used when?
Explain the order of precedence for logical operators.
Explain the difference between server.transfer and response.redirect?
Which is the default scripting language of asp in server-side?
Tell few steps for optimizing (for speed and resources) ASP page/application ?
Juxtapose the HTTP verbs GET and POST. What is HEAD?
Can I use .net framework components from a com program?
write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.