Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:610614
More Search Options
RSS Available
Matching Posts
Re: Make IIS return a 404 status code instead of 403
Any specific reason why you want to do this in IIS? You may do that on application level as well as mentioned in this post http://skysanders.net/subtext/archive/2009/08/17/salient.web.security.accesscontrolmodule.aspx
Posted to
Configuration and Deployment
(Forum)
by
subhashdike
on 10/6/2009
Re: Check session exsiting ( why session["name"] != null doesn't work?)
To get the session values, you have to write explicitily like if( Session[ "s1" ] ==null)
Posted to
State Management
(Forum)
by
subhashdike
on 10/6/2009
Re: hide Gridview Selected item
It would be great if you could post snapshot of your code base here.. so that we can assist you..
Posted to
Free For All
(Forum)
by
subhashdike
on 10/5/2009
Re: permanent 301 in Global.asax
Make sure your project has a home page set, either through Visual Studio or in IIS.
Posted to
Getting Started
(Forum)
by
subhashdike
on 10/5/2009
Re: Why does ASP.NET want to serialize my InProc session data?
Here is a source if you need http://msdn.microsoft.com/en-us/library/ms178586(VS.80).aspx Like everybody said above, the object must be serializable if you want to use session state in StateSever or SQL Server mode. However as you mentioned, you are using In-Proc and still getting the error, I would be interested in your web.config. If you can post that here, we might get some clue out of it. (Are you using some location tag?)
Posted to
State Management
(Forum)
by
subhashdike
on 10/5/2009
Re: DataRelation in ADO.NET
http://msdn.microsoft.com/en-us/magazine/cc188919.aspx
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
subhashdike
on 10/5/2009
Re: Allowing Custom Class Library to 'access' Web Controls?
What you are trying seems to be relatively easy. Here is the Custom Class Libary Code (Its in C#, but you can get essense of it). Note that your class library must add a reference to System.Web assembly. namespace ClassLibrary { public static class GenericControl { public static void FillControl(Control ctl) { ListBox component = ctl.FindControl("lstProgram") as ListBox; Label lblMessage = ctl.FindControl("lblMessage") as Label; try { component.Items.Add("USA"); component
Posted to
Architecture
(Forum)
by
subhashdike
on 10/5/2009
Re: Storing UserID - Where?
There could be multiple ways.. session which you are using is one of them.. However you mentioned that if user closes browse, you dont want to loose the data.. any reason for this.. May be your problem can be easily handled in some other way, if we exactly know, what you are trying to do by storing that RegId.
Posted to
Security
(Forum)
by
subhashdike
on 10/5/2009
Re: Get all members of an AD group
See if this helps you http://www.codeproject.com/KB/system/QueryADwithDotNet.aspx
Posted to
Active Directory and LDAP
(Forum)
by
subhashdike
on 10/1/2009
Re: permanent 301 in Global.asax
I see that you are simply making the location empty. If you have to redirect to some page, you should simple mention so as below. Also add status code to response object. if (HttpContext.Current.Request.Url.ToString().ToLower().Contains("index.aspx")) { HttpContext.Current.Response.Status = "301 Moved Permanently"; HttpContext.Current.Response.StatusCode = 301; HttpContext.Current.Response.AddHeader("Location", "Default.aspx");//Default being redirection as
Posted to
Getting Started
(Forum)
by
subhashdike
on 10/1/2009
Page 1 of 9 (82 items) 1
2
3
4
5
Next >
...
Last »
Silverlight:
ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe
Channel 10:
Faster Solid State Drives for Windows 7 Arrive
ASP.NET:
Death to confirmation dialogs with jquery.undoable
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online