If I m using Session State Partioning where I have
partitioned my session into 4 servers then how can I know
that my session will be stored on which server?
Answer / srikanth
if u are using multiple instances of server then for
maintaing session state u need to use sqlserver session
state mode.i.e u r storing session information in db (you
need to specify db name also).
Is This Answer Correct ? | 0 Yes | 0 No |
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?
Various types of Page Load functions
What is difference between web api and web services?
Take one textbox if I am inputting abc alphabet in capital letter or in small letter on the button click it will be bcd or if I enter 123 and it would be 234 like that in ASP.NET?
Explain how can we access static variable?
which scripting is used browser by server when we use validation controls. 1.javascript 2.vbscript 3.jscript 4.perl
What is Generic? explain clearly?
step to create a strong name?
How do you construct HtmlResponseMessage?
How many Directives r in ASP.NET?
WHAT IS THE SEQUENCE IN WHICH ASP.NET EVENTS IS PROCEED?