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 #include directory in C,C++ and import java.packages in java
What is asp price?
Explain the difference between a namespace and an assembly name?
Give the comment tags for the following?
Explain the tasks performed by <> tags?
In case of we are not saving the information as cookies. how server detects the same user?
Define a variable in asp?
What do I have to do to make my code work with the security system?
What are server-side includes?
Explain how to handle error in asp?
hello dear this quadir saif and im doing bca .i want hotel management project in asp.net (with backend sql).on my id (quadir2011@rediffmail.com)
what is STLC in Testing
We have recently bought Hart 475 communicator , when we try to use it on transmitter it shows error : Voltage detected on FF connectors and later show No device found , can any one give me and idea about how to solve it.
What are the methods in session object in asp?
Define garbage collection?