Types of values mode can hold session state in web.config ?
Answer / virendra singh
1) Inproc Mode : where the values are stored in
ASPNET_WP.exe process
2) StateServer : session values are stored in
ASPNET_state.exe Process
3) SQL Server : session values are stored in SQL server
Databases
Is This Answer Correct ? | 7 Yes | 0 No |
How do you add a javascript function for a link button in a datagrid ?
COM+ Used ________________ Isolation Level
When working with ASP.Net server controls, it is important to use the right event handlers to capture the event for the application to function properly. What event would you use to capture the selection of a new item in a DropDownList control? a) The Click event. b) The SelectionChanged event. c) The SelectionIndexChanged event. d) The ChangedSelection event.
What is the usage of DelegatingHandler?
which is the new version of IIS SERVER
Why do we need url encoding?
What is IPostBack? How to use it?
What is page fragment caching?
What is the difference between localization and globalization?
What is asp.net architecture?
what are the events in ASP.net page life cycle?
What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?