Explain how inline and code behind is used differently ?
Answer / ninad
writting a code along side the html in a page is inline
code.
Writing a code in a separate file and referenced by
the .aspx page is code Behind.
Is This Answer Correct ? | 1 Yes | 0 No |
How Session outproc in Sqlserver stored?
which method marks a config file section for encryption?
Why session is more secure than cookies?
What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?
Describe the two main components of the .NET framework ?
What are the differnt types of handler in ASP.NET?
0 Answers Sans Pareil IT Services,
I am trying to redirect another site on button click.
What is base class of button control in .net?
what are partial classes and their use?
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?
what is generics?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?