473,326 Members | 2,588 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Profile session in Asp.NET

Vkas
78
can Any One Help Me telling

View State !
Session object!
And New Profile Object In ASP .NET 2.0!
Mar 4 '09 #1
5 1687
tlhintoq
3,525 Expert 2GB
What's with all the exclamations? It looks like you are yelling at everyone.

Your question(s) are not very clear. Are you asking for someone to write up a complete tutorial teaching out about "View State", "Session objects" and "New Profile Object"?

I think that is a bit beyond the scope of asking for a little bit of help with your code. There are numerous books and on-line tutorials for such things. I suggest Google for these topics. Perhaps the local bookstore as well.
Mar 4 '09 #2
Vkas
78
no no no man !
inexperienced people do not yell
they request like i am doing !


i am saying to tell the basic Diffirence simply in few lines !
Mar 5 '09 #3
PRR
750 Expert 512MB
Put into simple word Viewstate is for the same page ... Each control has viewstate enabled by default... meaning on postback... the "state" of the control is maintained on postback... (whatever text you enter is not lost on psotback)
Session is per user for a specified timeout .... meaning for each user there will be a separate session.. and you can store user specific information in session objects... Session are across pages... limited by time or user logout ...
ASP.NET State Management
Mar 5 '09 #4
Vkas
78
ok so we can use both and oth can help me passing values from one page to another page!
Mar 5 '09 #5
PRR
750 Expert 512MB
Viewstate is for the same page .... therefore cant be used across different pages..
Session is an option for data across pages... Cache application is also option ...
Read this article

Do write a sample application so that you can "get the picture"...
Mar 5 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Robert Tarantino | last post by:
Hello, I am trying to find a way to create a scheduled task or service that will copy my local profile folders under "Documents and settings" to a network drive. This would allow me to restore...
0
by: Rodusa | last post by:
I am trying to replace cookies with the new "Asp.net 2.0 profiles" in my shopping cart application, but I am having trouble to access profile properties using HttpContext.Current.Profile. I can...
6
by: Shimon Sim | last post by:
Hi I am working on application that need to hold custom user information - Last and first name, email, some other domain related information. I used to create Base class for all my pages. The base...
3
by: j-in-uk | last post by:
Hi, It seems as though Profiles have replaced session variables in visual studio 2005. The Profile needs to be defined in the web.config : <anonymousIdentification enabled="true" /> <profile...
1
by: ashish | last post by:
hi all, I am writing a custom profile provider to save my business object as one of the properties of the profile however i am facing a problem' the HttpContext.Current.Session property is...
9
by: Kirk | last post by:
I have successfully, implemented a custom Membership Provider to a SQL 2000 table, however, I am having problems doing the same with a Profile Provider. As I understand it, the steps for both of...
0
by: =?Utf-8?B?VmlubnkgVmlubg==?= | last post by:
We are using Membership and Profile. I am in session a and i would like the profile of a user in Session B.I have the session id of session b.Can i get the profile of a user in another session...
4
by: R.A.M. | last post by:
Hello, I am writing ASP.NET application in which I need to use User Profiles and Session mechanisms. Here I include part of my source code (Admin.cs): using System; using System.Data; using...
1
by: vibhavleo | last post by:
I am using the Microsoft Office 11.0 Object library to connect to outlook. My code is as follows: _ApplicationPtr application("Outlook.Application"); CComPtr<_NameSpace> ns;...
4
by: Scott M. | last post by:
When profile data is stored in ASP .NET, where is the user data persisted? For how long is it persisted: is it session persisted or permanent (like a cookie)?
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.