-
Whch of the following is not a member of Response Object?
Skill/Topic: AdvancedA) ClearB) WriteC) ExecuteD) Flush
-
Who can access Session state variables
Skill/Topic: IntermediateA) All Users of an applicationB) A Single sessionC) All users within a single tunnel
-
Why is Global.asax is used
Skill/Topic: BeginnerA) Implement application and session level eventsB) Declare Global variablesC) No use
-
-
-
-
-
-
-
When a session is expiring in ASP.NET page?
Please help me to answer when the session is expiring in a asp.net page?is it in page closing?
-
To add a custom control to a Web form we have to register with
Skill/Topic: BeginnerA) TagPrefixB) Name space of the dll that is referencedC) AssemblynameD) All of the above
-
-
Encrypt connection string in Web.config
How to Encryption and Decryption connection string in Web.config ? Explain with Example ?
-
-
Passing data between pages
Which is the most secure way to pass data from one page to another page other than session?
-
-
The interface used by ASP.Net to create Unique Id’s?
Skill/Topic: IntermediateA) AppDomainsetupB) System.UI.Naming.ContainerC) IAsyncResultD) customFormatter
-
There can be more than 1 machine.config file in a system
Skill/Topic: BeginnerA) TrueB) False
-
-
GridView binding on demand
Hi,I am using asp.net gridview. My application having bulk data. so while i am loading data from data base application goes slow. and i am using pagination in gird.I want to use grid view in such a manner that when page is loaded it will fetch data from data base for first page only..and if i navigate to page 2nd they it will fetch data for 2nd page only from data base, so that my page load will less.
ASP.NET Interview Questions
Ans