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:642493
More Search Options
RSS Available
Matching Posts
Re: MVC / Forms Authentication
Try this way to set up your web.config file http://weblogs.asp.net/scottgu/archive/2005/11/08/430011.aspx
Posted to
Configuration and Deployment
(Forum)
by
TonyDong
on 9/14/2009
Re: asp throwing up unspecified error on writing to database
try use ABC but not ABC's Because ' will cause SQL statement broken.
Posted to
Free For All
(Forum)
by
TonyDong
on 9/11/2009
Re: Redirect user to another page after 3 session attempts
int intUserID = ( int )command.Parameters[ "@USERS_ID" ].Value; Where did you get the command.Parameters[ "@USERS_ID" ].Value ? What Value it is after you try to login?
Posted to
State Management
(Forum)
by
TonyDong
on 9/11/2009
Re: Redirect user to another page after 3 session attempts
if (Session["time"] == null) { int time = 0; Session["time"] = time; } int LoginAttempts = (int)Session["time"]; Session["time"] = LoginAttempts + 1; if (LoginAttempts >= 3) { Response.Redirect("login-verify.aspx"); } else { CheckLogin(); }
Posted to
State Management
(Forum)
by
TonyDong
on 9/11/2009
Re: Exporting DataTable to Excel, Save File dialog is not showing up
try to use different browser,may it is your browser setting problem
Posted to
Web Forms
(Forum)
by
TonyDong
on 9/10/2009
Re: MVC / Forms Authentication
Please use your local IIS setting instead of VS default setting and see what is happened
Posted to
Configuration and Deployment
(Forum)
by
TonyDong
on 9/10/2009
Re: Redirect user to another page after 3 session attempts
Change if (Session[ "time" ] == null || Session.Count <= 1) to if (Session[ "time" ] == null || Session.Count < 1 )
Posted to
State Management
(Forum)
by
TonyDong
on 9/10/2009
Re: asp throwing up unspecified error on writing to database
rsAddIngredients.Fields("Ingredient") = Request.Form("Ingredient") Did you check the value of Request.Form("Ingredient"), is it include single quota? If it is, you need to replace it with single single quota. like s.replace(" ' "," ' ' ")
Posted to
Free For All
(Forum)
by
TonyDong
on 9/10/2009
Re: Stored procedure access for MVC app
Please download from http://www.codeplex.com/entlib and the sample will tell you how to do it using store procedure.
Posted to
ASP.NET MVC
(Forum)
by
TonyDong
on 9/10/2009
Re: Passing XML String into Literal / Hidden Field
First Save your xml to hidden field, Second Show your hidden field using javascript document.write You will find difference after encode the xml.
Posted to
Web Forms
(Forum)
by
TonyDong
on 7/20/2009
Page 1 of 81 (802 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online