CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> Asp.Net Forum > general_asp.net.state_management
 TypeRepliesViewsDate
watch viewstate content

Hi Experts...

From past few days i m working on viewstate... getting some simple  and some complex answers... Actually i want to see  what viewstate stores in it... i dont want th

 01311/29/2009 7:11:34 AM
Session management and concurrent accesses

Hi,


If there are 2 users accessing my website from 2 different browsers and if the aspx page contains session variable say Session("username"), will they have two sep

 02311/28/2009 11:18:00 PM
how to handl Sessions

hi

I am working with sessions in ASP.net, and on security and authentications also.

can any body tell me how to create sessions in web.config file and then get and

 0811/27/2009 11:17:15 PM
Session problem in IE8...

My Web Application looses session value in IE8...

It's working fine in all the other browsers...

Is it a Bug in IE8...??

 02611/27/2009 10:55:18 AM
Sessions in web application

Hi

I have an intranet application where , once opened the master page has iframe that points to framepafe.aspx  . In this framepage.aspx i have included a timer that the page will re

 01111/27/2009 6:54:08 AM
Strange problem with request.querystring

Hello

Today i realize that when you make a post with the # sing in data then the request stops reading at that sign

I mean try the  

03311/26/2009 7:36:41 PM
View State in Asp.net

Hi, I m a started in .net . I would like to know how a value assigned to Viewstate("") can be maintained while redirecting to the same page.

 02111/26/2009 4:59:35 PM
Session data gets overriden?

Hi,

I'm having a webpage in which in page_load event i've written about session  like 

{

session["user"]=txtuser.text

lbluser.text=session[&quo

 01711/26/2009 4:59:35 PM
Session Lost

I have three web servers which host our website.

Whenever I update pages on the website, for a HotFix or any small change, mostly it restarts the web application destroying the current s

 01911/26/2009 12:49:54 PM
Is it possible to insert Session into a collection??

Hi,

i faced a common problem in my project.

When User1 login into application, Session was created.

But, if user2 login into application with browser tab, Sessio

 02111/26/2009 5:06:21 AM
Asp.net 3.5 Caching Query

Hi,

I am working on a project which will have lot of database driven data on some of the pages. Since those data are not updated so frequently i was thinking about using asp.net cache to im

 01511/26/2009 5:06:18 AM
Javascript, Viewstate and Postback

Hi guys.

I am developing a website where the client download and xml-file in javascript and put in a dropdownbox

 01511/25/2009 7:25:16 PM
Trouble using session variable for query

Ok, I know this is not impossible as I've done it before but I think I'm missing something. When I pass a querystring by the URL and toss it into a session variable, I can get that to sho

 02311/25/2009 5:52:25 PM
Chaching DataSet - not working as expected

I've got a problem in my proj that I was able to recreate in this example.

Problem:
A dataset is read from database. The first time the dataset is read, it is

 01911/25/2009 5:52:24 PM
Shared Variable In Class Module In Multi User Application

Hi ALL,
I Have developed an Application ASP.NET 2.0 for multiuser environment, where lot's of user will be accessing the portal.
I am facing the problem after user login and differe

 01511/25/2009 2:55:23 PM
need Help!! T_T Sessions not working on a specific page??

Hello,

Hoping someone could help me with this. A page in my project  thows an exception:

System.Web.HttpException was unhandled by user code
  Message="Session

 02311/25/2009 6:16:41 AM
Session Issue in Internet explorer 8

Hi,

I am developing an asp.net application in .net 3.5 where it redirect a user to paypal site after a successful registration a session value is stored in the form Session[

 01411/25/2009 2:33:25 AM
Unable to serialize the session state. In ASP.NET v2.0

Hi, I'm a little new to asp.net and I'm not exactly sure how to tackle this problem.....


On the web application we're using, I'm essentially trying to print out

 01411/25/2009 2:33:24 AM
cookiless in forms authenication

do you still require to set cookieless element in both state and forms for session id to work 

 01611/24/2009 7:56:59 PM
autodetect cookie problem

 I have put a Cookieless="AutoDetect" element in the web.config state.

 when i Block cookies, the url is not encoded with ID as expected?

thus data d

 01511/24/2009 7:56:58 PM
creating separate global variable for each user

 

i want to develop an online customercare Live support module for an already running website.

where CustomerCare Executives login their account and see CustomerCare Home pag

 01511/24/2009 4:57:01 PM
wot if i try this in my web.config..?

<sessionState mode="InProc" cookieless="false" timeout="20" />

wot would be my timeout..

20 seconds or 20 mins..

anyone..?


 01111/24/2009 4:26:29 PM
best place to keep my state

Hi,

I have a small amount of near real-time data (perhaps ten key-pairs of data only) which I would like to make available very quickly to asp.net pages. It would be nice to have thi

 01311/24/2009 1:41:35 PM
Unrecognized configuration section sessionstate

Hi

I am trying to add sessionState to Web.config

<sessionState

 01711/24/2009 1:41:34 PM
loop through cookies not returning any results

Hello All,

Using asp.net

I am trying to retrieve a cookie that is being set manually on the IIS  

01111/24/2009 1:41:33 PM
HttpCacheability.Server issue

I recently had a problem where when using the server cache

Problem

A file to download had been created for one user and yet a second user who also used the same featur

 01711/24/2009 9:51:59 AM
Basic question about application model

 I have an asp.net website application that I'm getting ready to deploy and I realize that I don't have a good understanding of the execution model for it.  For example, lets sa

 01511/23/2009 11:18:10 PM
Question about keeping shopping cart data in session

Hi,

I assume keeping shopping cart data in session object is the safest bet. Two questions though:

  1. On a busy site, wouldn't this create some potential performance issues as m
 02511/23/2009 9:09:53 PM
session time out problem

Hi

I have created two pages(default.aspx & inside.aspx) , The default.aspx ask for user name and password and once authenticated create a session and then redirect the user to inside.as

 01911/23/2009 5:52:53 PM
best way to expire session when we not need session is our apps

i know some method but who method is best for using session in asp.net c#


Read our Blog
 01711/23/2009 3:03:24 PM
How to know when user close the application

Hi

I have web application, that requires user to login

 

When user login i keep a record for when user log in and log out

 

I am facing a problem

 01511/23/2009 1:54:45 PM
How to add and retrive dropdownlist control into viewstate ?

How to add and retrive dropdownlist control into viewstate ?



Thanks ..

 01511/23/2009 1:54:44 PM
Maintain Treeview State

Hi,

I have a problem in tree view control.

In my project i used a treeview in masterpage which is get a data dynamically from Database.

If i expand child node after navigate to

 02111/23/2009 8:52:27 AM
ASP.NET 2.0 Losing Session Value After Sometime

Hi,
I Hv developed application in ASP.NET 2.0, My application is working fine in local server.

But after i uploaded on webserver(Shared Hosting):- then while feeding the form da

 01311/23/2009 8:52:19 AM
Dynamic controls and state management

I have placeholders which contain drop downs and text boxes. every time the user clicks add more a new placeholder with these elements is added. But I have to repopulate the previously filled pla

 01211/21/2009 8:03:04 PM
Question about ASP.NET State Service capacity

I am always using ASP.NET State Service with remote connection enabled in our Web Farm environment.

I would like to know what's the capacity of the "ASP.NET State Service" c

 01111/21/2009 7:12:31 PM
clearing session variable

is there any way by which i can clear session variables on client side 

 02011/21/2009 12:54:45 PM
Cache.Insert with Parameter

Hi is it possible to do Cache.Insert (data caching) and use a parameter. I know that data caching is different from page caching but I was hoping it could be done. In page caching there is VarByP

 02111/21/2009 11:43:21 AM
Unable to validate data.

I have published my asp.net website on a clustered server (4 servers), but I faced this problem when the user leaves the website for a long time and return back and makes an action, the syst

 01811/21/2009 9:07:45 AM
custom control listboxes will not retain values after postback

I'm pretty new to ASP.NET programming, and I'm being confounded with a custom control I'm creating.  The control has four list boxes corresponding to our management structure,

 0911/21/2009 2:37:39 AM
Quick Question about Session Timeout

Hi everyone, I have a quick question about session timeout.

My website has multiple aspx pages. In one of the page, I write the following c# code

 01811/20/2009 8:28:36 PM
Error: An object reference is required for the non-static field, method, or property 'System.Web.UI.UserControl.Session.get'

Hi,


I have a log-in page and am setting session variables:

Login.aspx

 
01511/20/2009 8:28:35 PM
Are use of Sessions bad ?

Hi,


 My TL kills me with lectures everyday on "not to use" Sessions!!!!


Is he right some sort of way!! (Which he never is) ?


 02211/20/2009 5:28:36 PM
Which method is the best

I'm building an application that will be utilized by 400-500 users. So my question is, for example I have two recordsets that will be utilized very frequently (one is over 100,000 records and

 02111/20/2009 4:36:19 PM
Session Variables Inside C# Class

Hi Everyone!

I am experiencing the following problem: in my Global.asax file in the Session_Start method i have added a Session Variable named "AppCulture", just like the code lis

 01911/20/2009 3:37:32 PM
Sharing ViewState among UserControls on a page

Hi,

I have multiple user controls on my page and there's one piece of information that needs to be shared among all of them i.e. ProductID. The first UserControl gets it and puts it in

 01311/20/2009 3:37:32 PM
Are same the System.Web.HttpContext.Current.Session and normal Session?

Hi all,

I have used System.web.httpcontext.current.session and normal session in my web application

both sessions are having the same name.. but i can get the value from session["

 0911/20/2009 3:37:31 PM
Keep the track and save forecolor of the linkbutton within datalist

Hello, I working on asp.net for last two weeks(newbie in asp.net). I am using datalist and linkbutton in it to display the content of database. When I click on the first datalist, the content of

 01511/20/2009 2:31:01 PM
Session gets lost between aspx pages

Hi,

I have a website where I use Sessions to transfer data between pages but the Session values get lost when redirecting from some pages.
In my local machine it works fine b

 01511/20/2009 11:24:14 AM
Location preservation

Hi ..I am a newbie, I have an application that logs invoices that has to be used at several locations. The user is given the choice to select thier location when the app launches, from then on th

 01811/19/2009 8:35:51 PM


   
  Privacy | Contact Us
All Times Are GMT