what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?
Answer / hari kishan reddy
Caching is a technique to store frequently used web pages
and data to local hard disk, for later retrieval.
Session is used to store about the user information.
For example after login you want to use the user-name for
next pages, store the user-name in session, and you can call
this session through out the application. Default timeout
for session is 20 mins.
Is This Answer Correct ? | 2 Yes | 0 No |
To display data in a Repeater control which templete is provided ?
What is ispostback method in asp.net? Why do we use that?
What are different types of api?
How does the iis work?
How to refresh a page in asp.net
What event handlers can I include in Global.asax ?
Explain the difference between globalization and localization techniques
Explain the differences between Server-side and Client-side code?
12 Answers Cognizant, CTS, Siebel Systems, Visual Soft,
9. Why should we hire you over the others waiting to be interviewed?
0 Answers Business One, IBM, Swatz Oils,
I have a webform in asp.net.In that webform there is 2 division class(DIV).in one of the div class there is a text box for enter the id & a button for to check id with database value.My doubt is that how can i appear the 2nd Div contents only when the id is true with database value.if wrong do not display the div . i Want code in c#.
What is the difference between dispose() and finalize()?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?