Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 3.5 > ASP.NET 3.5 Professionals
|
ASP.NET 3.5 Professionals If you are an experienced ASP.NET programmer, this is the forum for your 3.5 questions. Please also see the Visual Web Developer 2008 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 3.5 Professionals section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 25th, 2010, 11:53 PM
Registered User
 
Join Date: May 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Post Redirect CSS Files or Directory to Homepage

Respected Sir/Madam,
I want to redirect my Javascript and CSS URLs to Homepage(Default.aspx) by web.config or via anyother way in ASP.Net. I tried to try it but I can't able to do this thing. I have already checkout your ASP.Net professional book but I can't get any reference for it anywhere. Please guide me soon as possible.
Thank you helping me,
Regards,
Mr.CK
 
Old June 4th, 2010, 03:12 PM
Registered User
 
Join Date: Nov 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Add your css and js info (as below) into the <head> section of your master page if you want to apply the css and js to all pages, or drop them into the head section of the default.aspx page if you only want them to apply to the Default.aspx page.

<link href="Styles.css" type="text/css" rel="Stylesheet" />
<script type="text/javascript" src="./js/jquery.js"></script>


You can also drop them into the "head" ContentPlaceHolder if needed.

Jeff





Similar Threads
Thread Thread Starter Forum Replies Last Post
Directory.GetFiles got other not related files cmyeung_99 C# 2005 0 June 29th, 2006 09:16 PM
How do I read all the xml files in a directory hkec C# 0 May 11th, 2006 01:10 AM
View Files in a Directory echovue Access 1 October 15th, 2005 02:36 PM
calling up a directory using response.redirect marciapz ASP.NET 1.0 and 1.1 Basics 1 July 29th, 2003 08:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.