sorted by:
best match first |
newest listings first
Featured Listings
- Create new folder on user registration
Hi, im using the create wizard to create users, and i would like to know, how could create a directory for the just registered user, depending on thei
From: Security - ASP.NET - 4/11/2009
- Limit login attempts
In order to add some security to my website, i want to limit login attempts, how do i go about doing this, this is what i have done so far; protected
From: Security - ASP.NET - 4/11/2009
- QueryString Validation
Hi. I'm trying to learn a little bit more about querystring so I was wondering if you need to validate the querystring on a page that is not expecting a querysting. If so, why?
Thanks
From: Security - ASP.NET - 4/9/2009
- Override defualt ASP.NET Authentication (AuthenticateRequest)
Dear all, i have implemented an authentication mechanism in asp.net 3.5 without membership providers but by handling the AuthenticateRequest. One thin
From: Security - ASP.NET - 4/9/2009
- password requirements
hi there
on my site i want to change the password minimum requirements ( 6 char long, 1 upper-case char and 1 non-alphanumeric char) to whatever i wish
plz help!!
thx
From: Security - ASP.NET - 4/4/2009
- Session_end
I sure am hoping you guys will be able to help me.
I bought a 3rd party software called Scaleout for memory organization of cache and session.
I
From: State Management - ASP.NET - 8/20/2009
- cant read session value
hi,
i have a shopping cart apllication.when i run it in my local computer there is no problem while adding product to basket but in my hosting acco
From: State Management - ASP.NET - 8/20/2009
- How to persist data across multiple requests using the context from an httpmodule....ASP.NET
Ok, so this is a little difficult to explain without giving a background on what I am doing first so I'll do my best. What I need to do, I would think
From: State Management - ASP.NET - 8/19/2009
- need help with session values
Hi,
I am a bit confused with sessions, I have read somewhere that session values get destroyed after the session is expired ; to test that i create
From: State Management - ASP.NET - 8/20/2009
- Request and response
Hi, I have these lines of code: Response.Cookies.Add(cookie); and HttpCookie cookie = Request.Cookies[cookieName]; and the command Request and Respons
From: State Management - ASP.NET - 8/20/2009
- __VIEWSTATE field's value (size) doesn't get updated when using an ASP.NET UpdatePanel
I have a GridView Control (EnableViewState = true) inside an UpdatePanel. On the initial page load, the GridView is bound to a DataTable.
Lets assu
From: State Management - ASP.NET - 8/14/2009
- HttpContext.Current.SessionState in different thread
I have webform where I'm trying to execute a long running task in a thread. For saving object in Session I have my own 'Session wrapper', which is usi
From: State Management - ASP.NET - 8/19/2009
- Please explain me about the cookie session
I am developing a website in ASP.NET/VB and i have few login controls etc on my website but i never thot of putting cookie code on my website becoz i
From: State Management - ASP.NET - 8/14/2009
- session maintain problem
my session get lost after login, while it is there when i logged , i rename to my machine , so is it becoz of that if so then what will be the soluntion?
pls reply
From: State Management - ASP.NET - 8/18/2009
- Global.asax and Events
I have a quick question about the Global.asax file and its events. (im a CF programmer by trade and very familiar with the application.cfc) I am tryin
From: State Management - ASP.NET - 8/19/2009
- How to increase session timeout to 8 to 9hrs?
Hello All,
I tried to increase the session timeout to 8 to 9hrs(means 8*60) but still timeout occurs earlier
Whats the other way to increase the timeout?
From: State Management - ASP.NET - 7/1/2008
- NullReferenceException on Cache callback function
Hi, I would really appreciate any help you can provide with this problem. Cheers, Nim I'm successfully caching a DataSet on application startup. Globa
From: State Management - ASP.NET - 8/19/2009
- Cache Object Question - Simple
If I have two user controls on a page and they both save a value to
HttpRuntime.Cache["MyDate"]
Will they be overwriting each others values?
This question always confuses me.
From: State Management - ASP.NET - 8/18/2009
- Session expiring too fast!
hello, i am using a session based login/logout feature on my site, but the server logs the users out too quick and without notic, i have this in my we
From: State Management - ASP.NET - 8/19/2009
- Viewstate
Hi,
I have some code as follows:
List<User> list = UserCollection.Load(); // 100 rows
ViewState["List"] = list; //100 rows in Viewstate
From: State Management - ASP.NET - 8/19/2009
- ASP.net Persist Changes to the control
Hi all, I am trying to generate a GUI dynamically. Simply my need is as follows 1. I want to add combo box according changes on existing combo box. 2.
From: State Management - ASP.NET - 8/18/2009
- Session TimeOut Problem In Long Processing tasks
Hi
I have a vb.net application that used for scheduling, the scheduling time is not fixed, it takes from 30 to 45 minuets while the session of any
From: State Management - ASP.NET - 8/19/2009
- Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Hi.
I am constantly getting this error on pretty much all of my websites on my live server:
Validation of viewstate MAC failed. If this applicati
From: State Management - ASP.NET - 10/5/2007
- ASP.Net Sessions
Hi,
I created a website without using sessions management, I have just used asp.net login dialogue so my website is secure by some credentials. My
From: State Management - ASP.NET - 8/19/2009
- Server Error in '/' Application.
I receive the following error in my program: Validation of viewstate MAC failed. If this application is hosted by a Web
Farm or cluster, ensure that
From: State Management - ASP.NET - 8/18/2009