What is the difference between 1.1 and 2.0 .Net framework?
Answers were Sorted based on User's Feedback
Answer / usha
refer this link..
http://www.codeproject.com/KB/aspnet/ComparisonASP1xASP20.as
px
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
How to make page break in Crystal Report..?
How to handle error in asp
Hi, i am looking for join learn real time project on dotnet please tell me which is the best institute now i am staying in a ameerpet. thank u for advance.
Explain the tasks performed by <> tags?
what are web handlers?
What is a service application?
very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5
what are the objects in asp?
2 Answers First Insight, VebTel,
What are the advantages of using ASP?
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
What is an err object?
what is the difference between #include directory in C,C++ and import java.packages in java