Which namespace is used by ado.net?
What type of code (server or client) is found in a Code- Behind class?
What is the difference between typeof() vs gettype()?
What are the features of asp.net mvc?
How to kill session?
where is declare global variable in asp.net and what is use of global variable
What are the Types of objects in ASP
Usage of web.config?
Can we change the page layout in ASP.NET 2.0 as Grid Layout like in previous version
You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take (Each Answer: presents part of the solution.)? (Choose two) A . Run the Assembly Registration tool (Regasm.exe). B . Run the String Name tool (Sn.exe). C . Run the Installer tool (Intallutil.exe). D . Run the Global Assembly Cache tool (Gacutil.exe).
6 Answers CPCL, Syntax Softtech,
What are the security types in ASP/ASP.NET? Different Authentication modes?
What is the difference between the asp and asp.net?
How do you do client-side validation in .net? How to disable validator control by client side javascript?