Some basic questions.

  • Thread starter Thread starter jack
  • Start date Start date
re:
|> 1. Can viewstate of one page be posted in other page. in 1.1 or 2.0 ?

No.



Juan
====
 
How would you find out from the code whether the client browser is
cookie enabled or not. so that the message could be displayed?
 
How would you find out from the code whether the client browser is
cookie enabled or not. so that the message could be displayed?

I think you should try to set the cookie, and check it with the next
request.
 
In design pattern.

Is it possible to maintain a single connection object (Singleton
method) be maintained throughout the web application? if yes then how?
 
Back
Top