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:639236
More Search Options
RSS Available
Matching Posts
Re: CSS text underline effect not showing on button
Try adding a style for the hover property of the buttons: input[type=button]:hover{ text-decoration:underline; cursor:hand; } You can also add the style to the specific div tag by: div.buttondiv input[type=button]:hover{ text-decoration:underline; cursor:hand; } Good Luck, Brian
Posted to
Getting Started
(Forum)
by
briangreig
on 7/2/2009
Filed under: CSS & javascript
Re: Problem deploying MVC app on IIS7
Before compiling, right click the .resx file, select Properties and make sure that the Build Action is set to 'Content'.
Posted to
ASP.NET MVC
(Forum)
by
briangreig
on 7/2/2009
Filed under: MVC
Re: Redirect a user with invalid permissions
Why not just add this to your Web.config files: <system.web> <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="PermissionsError.aspx" /> </customErrors> </system.web> This will redirect all 403 errors (access denied) to your custom page. Good Luck, Brian
Posted to
Configuration and Deployment
(Forum)
by
briangreig
on 7/2/2009
Page 1 of 1 (3 items)
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Channel 9:
BugCamSmash in Action!
Channel 9:
Virtual Earth Videomap Movies
TechNet Edge:
AD RMS Certificates and Licensing on the Client and the Server
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13 [C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 10 of 13]
Channel 10:
Bing Launches 2nd Homepage Photo Contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online