What is the difference between 1.1 and 2.0 .Net framework?
Answer Posted / devashish
Microsoft ASP.NET 2.0 supports a new object called the
Profile object. We can store any type of information within
a user profile including both simple data types such as
strings and integers and complex types such as custom
objects.
The Profile object is similar to the Session object, but
better. Like the Session object, In other words, each user
of a Web application automatically has their own profile.
However, unlike the Session object, the Profile object is
persistent. When you will add an item to the Session
object, the item disappears after you leave the Web site.
When you modify the state of the Profile object, in
contrast, the modifications are saved between visits to the
Web site.
| Is This Answer Correct ? | 10 Yes | 4 No |
Post New Answer View All Answers
What is the difference between post and get method.
Define server object?
Which is an advantage of application service providers (asps)?
What is a form collection in asp?
What is asp and its features?
How do I print an aspx file?
Hii if you not select open item Management in GL Creation. What is the impact in transaction
Distinguish functionalities of ASP in web design.
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
How do I save asp file in notepad?
What is the maximum size of an array in asp?
How many types of cookies?
Define a scripting language?
what is the need of a sealed class when we are having a structure
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?