Describe the difference between inline and code behind -
which is best in a loosely coupled solution Tightly coupled
- INLINE
Answer Posted / raghumadhav tirunagari
inline function bind at compile time can write in aspx page
with in <% %> .
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the default timeout for a cookie?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is the application pool?
Why session is used in asp.net?
What is the difference between viewstate and hidden field in asp.net?
What is the use of session?
What language does asp.net use?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What is the use of web.config and machine.config files?
Explain why datareader is useful?
How does exception management works in ASP.NET?
How does cookies work in asp net?
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?
How many languages are supported by .NET at present time?