.NET Questions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi! All,

in one of the interviews I got these question. Anyone has any answers to
these?

1. Whis is stateless asp or asp.net?
2. Difference between Response.Expires and Expires.Absolute

Thanks in advance,

Regards,
Baren
 
I'm not sure what you mean by your first question - but both are
'stateless' unless you use session, which both support.

Expires allows you to set the number of minutes until the page expires
from the client cache whereas the ExpiresAbsolute allows you to set a
specific DateTime at which the page should expire.

Josh
http://www.thejoyofcode.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Aps.NET Calendar control Background 2
ASP.NET and ASP Conversion 4
Asp.NEt Calendar control 2
StyleSheet 2
Q about ASP speeds 4
Interview Question & Answer 2
DataGrid Empty rows 3
RightFax 8.7 and Micosoft .NET 1

Back
Top