Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

State Management | Forum profile

Forum profile page for State Management on http://www.asp.net. This report page is the aggregated overview from a single forum: State Management, located on the Message Board at http://www.asp.net. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "State Management" on the Message Board at http://www.asp.net is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Forums - ASP.NET Forums - State Management (site profile, domain info asp.net)
Title: State Management
Url: http://forums.asp.net/22.aspx
Users activity: 26 posts per thread
Forum activity: 112 active threads during last week
 

Posting activity on State Management:

  Week Month 3 Months
Threads: 112 335 811
Post: 267 838 2,085
 

State Management Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
budugu
20
user's latest post:
Is there a way to see if cookies...
Published (2009-12-16 11:10:53)
Check this JS solution.. http://stackoverflow.com/questions/531393/how-to-detect-if-cookies-are-disabled-is-it-possible/531445#531445
satalaj
6
user's latest post:
problem with geting count of users
Published (2009-12-15 09:33:00)
You can use asp.net Membership provider to count number of usres online and display them into ListBox http://www.revenmerchantservices.com/post/2009/09/09/Membership-count-online-users.aspx http://www.revenmerchantservices.com/post/2009/06/10/C-Online-users.aspx Satalaj
xmen
6
user's latest post:
Saving value for very short time
Published (2009-12-16 04:24:32)
thanks for the info ;) 
vitaly87
6
user's latest post:
how to do a validation on combobox
Published (2009-12-16 14:14:21)
ok i get this but what about my second qustion
anupalavila
6
user's latest post:
Is there a way to see if cookies...
Published (2009-12-16 04:17:53)
http://msdn.microsoft.com/en-us/library/ms178194.aspx
young345
6
user's latest post:
how do i get a value thats in my...
Published (2009-12-16 08:09:28)
public DateTime SearchDate { get { return Convert.ToDateTime(Request.QueryString["SearchDate"]); } set { ViewState["SearchDate"] = value; } } Hi, I have the following JavaScript and asp.net functionality which passes through a searchDate and id into the querystring when I am taken to the order.aspx page. function gotoOrder(id) { var SearchDate = document.getElementById('SearchDate'); var...
suresh.o
5
user's latest post:
setting time out &...
Published (2009-12-12 02:25:00)
Use BlockUI jquery plugin. with that you don't need to create one extra page for showing loading message. Check below link http://malsup.com/jquery/block/#page
Deleo
5
user's latest post:
Querystring Variable Dissapears...
Published (2009-12-11 09:24:00)
Can you check if this gives you the correct Url? Request.RawUrl
jamesthank
5
user's latest post:
State Management techniques in...
Published (2009-12-16 03:47:03)
Hi guys, What are the State Management techniques in Asp.net ?? Thanks...
purusottam
5
user's latest post:
check with the session and...
Published (2009-12-16 04:50:59)
Use the application_AuthenticateRequest event in global.asax to check for the availability of value in session variables. If value is available in session variable then session is in continuation. if value of session variables are not available then redirect the user to login page.   checkout this for some more help. http://blogs.msdn.com/tom/archive/2008/05/27/asp-net-application-life-cycle.aspx
 

Latest active threads on State Management::

Forums - ASP.NET Forums
Started 1 day, 11 hours ago (2009-12-16 14:49:50)  by Yousef_Jadallah
it must work fine, can you share us part of your code how you are use it?
Thread:  Show this thread (5 posts)   Thread info: setting Session variables - class vs masterpage vs web forms Size: 184 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: setting Session variables - class vs masterpage vs web forms :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 12 hours ago (2009-12-16 13:40:21)  by DarrellNorton
Add a required field validator to the combobox. Remember that you need to set the initial value of the required field validator to whatever is displayed by default in the combobox. This thread has a longer discussion of validating a combobox: http://forums.asp.net/p/1480565/3564419.aspx
Thread:  Show this thread (5 posts)   Thread info: how to do a validation on combobox Size: 472 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: how to do a validation on combobox :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 days, 3 hours ago (2009-12-15 22:16:51)  by Das.Sandeep
Hello, I think you can create temporary datatable or collection and store in session, I will prefer collection and then on save perform your action. Please let me know if you need more help. Please give us feedback no matter whether you get your answer. Please "mark as answer" if it's useful for you. Regards, Sandeep
Thread:  Show this thread (4 posts)   Thread info: What is thebest way to 'cache' data before insert to database? Size: 488 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: What is thebest way to 'cache' data before insert to database? :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 4 days, 10 hours ago (2009-12-13 16:00:46)  by anas
Please let us know what you are trying to do here. If you want to link the user with his/her ip, then it's not practical thing because ip changes frequently and i don't recommended this way.
Thread:  Show this thread (8 posts)   Thread info: setting ip address as Profile object to use as Insert Parameter Size: 308 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: setting ip address as Profile object to use as Insert Parameter :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 2 days, 4 hours ago (2009-12-15 21:42:53)  by Das.Sandeep
Hello, You can use the property Request.Cookies which would return an empty HttpCookieCollection. In Javascript, we can check is the Navigator.cookieEnabled property (I think it will work on IE, for other just confirm. Please let me know if you need more help. Please give us feedback no matter whether you get your answer. Please "mark as answer" if it's useful for you. Regards,...
Thread:  Show this thread (6 posts)   Thread info: Is there a way to see if cookies are enabled or disabled? Size: 563 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Is there a way to see if cookies are enabled or disabled? :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 3 days, 20 hours ago (2009-12-14 05:28:00)  by vipuldonga
hi, this is also true in all the verson of asp.net..
Thread:  Show this thread (6 posts)   Thread info: inproc sessions and cache Size: 162 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: inproc sessions and cache :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 19 hours ago (2009-12-16 06:38:55)  by anooj
Hi, U can use File.Delete method. Plz refer :- http://msdn.microsoft.com/en-us/library/system.io. file.delete.aspx I hope this helps... Enjoy..
Thread:  Show this thread (4 posts)   Thread info: deleting temp files Size: 376 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: deleting temp files :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 16 hours ago (2009-12-16 09:46:27)  by phil_carp
What an idiot I am! I forgot to the put " if (!IsPostBack)" in to my page load event handler so I was overwriting the data everytime! Nevermind
Thread:  Show this thread (3 posts)   Thread info: TabPanel Problem in data edit page Size: 534 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: TabPanel Problem in data edit page :: State Management :: Forums - ASP.NET Forums"
Forums - ASP.NET Forums
Started 1 day, 16 hours ago (2009-12-16 09:11:58)  by sudkot
May be the same Session ID is refered because the Sign Out is not happened Try using on Logout Session.Abandon(); System.Web.Security.FormsAuthe ntication.SignOut(); This scenario occurs if the same Session ID is used by more than one User Instance. It may happen some time becuase of IE Tabs which will consider as same user instance and same user session.
Thread:  Show this thread (2 posts)   Thread info: Cannot insert duplicate key in object 'dbo.ASPStateTempSessions' Size: 530 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Cannot insert duplicate key in object 'dbo.ASPStateTempSessions' :: State Management :: Forums - ASP.NET Forums"
 

Hot threads for last week on State Management::

State Management
Started 5 days ago (2009-12-13 01:23:00)  by ramesh866
for that you can use session right.. in config you can specify <sessionState mode="InProc" cookieless="false" timeout="10"/> <sessionState mode="InProc" cookieless="false" timeout ="10"/> where the timeout is the duration after which the session gets expired
Thread:  Show this thread (11 posts)   Thread info: Saving value for very short time Size: 720 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Saving value for very short time :: State Management :: Forums - ASP.NET Forums"
State Management
Re: Global object - 8 new posts
Started 1 week ago (2009-12-10 11:55:00)  by ramesh866
i dont think application state will lose its value if the browser is closed
Thread:  Show this thread (8 posts)   Thread info: Global object Size: 170 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Global object :: State Management :: Forums - ASP.NET Forums"
State Management
Started 1 week ago (2009-12-10 20:23:00)  by budugu
rr Kid_Coke: friends = session("friendslist") It should be.. friends=Ctype(Session("friendslist"),ArrayList)
Thread:  Show this thread (8 posts)   Thread info: ArrayList and Session Size: 392 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: ArrayList and Session :: State Management :: Forums - ASP.NET Forums"
State Management
Started 1 week, 1 day ago (2009-12-09 15:45:29)  by subdigital
[ThreadStatic] is an extremely dangerous thing to use in a web app. The rest of the post is assuming that you already know this and want to proceed anyway :) I'd just put [ThreadStatic] on the protected member as well, then you can check for null in your code and initialize upon first use.
Thread:  Show this thread (8 posts)   Thread info: Using [ThreadStatic] on my own class, Need to Initialize a property... Size: 419 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Using [ThreadStatic] on my own class, Need to Initialize a property
inside :: State Management :: Forums - ASP.NET Forums"
State Management
Started 3 days, 8 hours ago (2009-12-14 17:50:00)  by AceCorban
What exactly is the problem you are having? Technically, your implementation would do that. However, it isn't exactly accurate. Session_End won't always get called. So at any one point, your count could be pretty high because it will include all people that stopped working on your site any time during the session timeout setting. There really isn't a very accurate way of depicting how many ...
Thread:  Show this thread (8 posts)   Thread info: problem with geting count of users Size: 640 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: problem with geting count of users :: State Management :: Forums - ASP.NET Forums"
State Management
Started 1 day, 22 hours ago (2009-12-16 03:50:30)  by XIII
Hi, vishalmen: Where is viewstate information stored (server or client)? By default it's put into the rendered html as a hidden field. However you can override this default and put it in session by overriding the PageStatePersister property on the Page and make use of the SessionPageStatePersister class. You can also create your own custom storage if needed. vishalmen: ...
Thread:  Show this thread (8 posts)   Thread info: Where is viewstate information stored (server or client)? and in which... Size: 828 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Where is viewstate information stored (server or client)? and in which
format? :: State Management :: Forums - ASP.NET Forums"
State Management
Started 4 days, 10 hours ago (2009-12-13 16:00:46)  by anas
Please let us know what you are trying to do here. If you want to link the user with his/her ip, then it's not practical thing because ip changes frequently and i don't recommended this way.
Thread:  Show this thread (8 posts)   Thread info: setting ip address as Profile object to use as Insert Parameter Size: 308 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: setting ip address as Profile object to use as Insert Parameter :: State Management :: Forums - ASP.NET Forums"
State Management
Started 3 days ago (2009-12-15 01:58:00)  by kwanann
you should be using session_start rather than begin request..
Thread:  Show this thread (8 posts)   Thread info: check with the session and redirect if null Size: 163 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: check with the session and redirect if null :: State Management :: Forums - ASP.NET Forums"
State Management
Started 4 days ago (2009-12-14 01:17:00)  by net.hitesh
Only setting cookieless="true" will not do it set mode="SQLServer" and use tcp/ip connection string to 127.0.0.1
Thread:  Show this thread (7 posts)   Thread info: Urgent help needed - cookieless sessions and request.form not working Size: 264 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Urgent help needed - cookieless sessions and request.form not working :: State Management :: Forums - ASP.NET Forums"
State Management
Started 2 days, 1 hour ago (2009-12-16 00:59:35)  by anupalavila
http://www.w3schools.com/ASPNET/aspnet_viewstate.a sp
Thread:  Show this thread (7 posts)   Thread info: How do we enable viewstate Size: 163 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: How do we enable viewstate :: State Management :: Forums - ASP.NET Forums"