answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How you can use session variables in your application in asp net 3.5?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you debug a web service?

Debugging XML Web Service created with ASP .Net is similar to debugging an ASP .Net web Application.


When do you use net?

we use .net for providing plateform for asp, asp is scripting language


What are the types of Dot-net?

totally there are 3 types C # Asp dot net Vb dot net


Where can asp net training be obtained?

Asp net training can be obtained through educational websites online for little to no charge. In addition, asp net training can be obtained from school or other educational and learning institutions.


Is there a charge for using asp net hosting?

The asp net hosting is absolutely free. In fact there are several that have multiple email addresses at no additional cost.


May you install visual studio net and ASP net?

Yes, you may.


What is difference between session and view state in vb net?

View state applies to a specific instances of a ASP web page. It is normally held in a hidden field in the HTML response to the client (although there are ways to hold it in a database or other storage medium). It holds the properties of controls on your page so that they are retained between postbacks. You do need to be cautious about using view state. If you use it unnecessarily, it can lead to very large HTML files that get transferred to the browser. You can turn off viewstate on an application, page, or individual control level using the EnableViewState property. Session, or Session State, is an collection that you can assess to save and retrieve objects from one page view to another. Unlike viewstate, session state is held in memory (or a database for large applications), and the variables that you are holding in session are not lost as you move from page to page. In fact, unless/until you remove an object from Session, it will remain accessible until the session is closed.


Definitions of aspnet projects?

ASP NET is a specific type of web development. Part of Microsoft, ASP NET has programs like Visual Studio and Visual Web Developer.


How do you use flash videos in asp net?

control in asp.net


What are some of the best ASP NET CMS options?

Some of the best ASP NET CMS options are DotNetNuke, Orchard and Sitefinity. You can learn more about these options online at their respective websites.


What are aspnet controls exactly?

ASP NET web server controls are executed when a page containing ASP NET is requested. They are a very usual piece of programming code which is used in web development.


Does ASP Net Hosting have a good reputation?

ASP Net Hosting has a bad reputation for having problems, people also cannot seem to get any help with getting them fixed from the customer support.