Answer Posted / vincy
<head>
<title>Page</title>
<meta http-equiv="refresh" content="10">
</head>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you design a website with multilingual support in ASP.NET ?
Are cookies client side or server side?
Is there any limit for query string? Means what is the maximum size?
What is synchronous and Asynchronous post back ?
Define common type system?
Do you support digital rights management to protect my videos?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What is the file through which you can customize your asp.net application?
What are httphandlers and httpmodules and difference between them?
Mention the namespace that is used to include .net data provider for sql server in .net code?
Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is the use of session state and application state and difference between them?
Explain the role of global.asax?
What is Model-View-View Model?