Explain the differences between Server-side and Client-side
code?
Answer Posted / eswar reddy
server side code is executed at the server on IIS in ASP.NET
frame work,while client side code is executed on the server.
Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What’s the difference between response .redirect and server.transfer?
What are the navigation ways between pages available in ASP.NET?
How to implement form based authentication in asp.net application?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Is viewstate secure?
Define resource files.
Why session is necessary in web application?
Explain global assembly cache.
How can you enable impersonation in the web.config file?
How do you store a value in viewstate and retrieve them?
How does session state work in asp.net?
What is the page life cycle in asp.net?
What is ascx?
What is preprocessor in .net and type, where it use?
What are query strings used for?