Some basic questions.

  • Thread starter Thread starter jack
  • Start date Start date
J

jack

1. Can viewstate of one page be posted in other page. in 1.1 or 2.0 ?
 
re:
|> 1. Can viewstate of one page be posted in other page. in 1.1 or 2.0 ?

No.



Juan
====
 
What is reflection? and where it is been used? can any one give me any
example..
 
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?
 

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

Back
Top