473,657 Members | 2,458 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Set As Start Page

Hello All,
Can someone tell me why when I go to the Solution Explorer and try to set a
certain aspx page as the start page (Set As Start Page), it is grayed out?

Thanks :)
Nov 19 '05 #1
6 1863
Randy wrote:
Hello All,
Can someone tell me why when I go to the Solution Explorer and try to set a
certain aspx page as the start page (Set As Start Page), it is grayed out?

Thanks :)


Some are, some aren't? or are you saying that option is always greyed out?

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
Nov 19 '05 #2
Are you clicking on a file that can be set as a Start Page.

If i click on a .cs page, or a .ascx page, mine is also grayed out.

But when i right click on an .aspx page or .htm page it is not.

Just ensure your trying to set a valid page as a start page, and not a
invalid page like a control, config or class

"Randy" <te**@temp.co m> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Hello All,
Can someone tell me why when I go to the Solution Explorer and try to set
a certain aspx page as the start page (Set As Start Page), it is grayed
out?

Thanks :)

Nov 19 '05 #3
Yes, you're right. I was asking for someone. What they did was add the .cs
files to the project and they were trying to right click on one of them to
Set As Start Page. I'm getting her to Exclude the .cs files and add the
..aspx files. I'm thinking that should do it. Thanks for your help.
"Grant Merwitz" <gr***@workshar e.com> wrote in message
news:uT******** *****@TK2MSFTNG P15.phx.gbl...
Are you clicking on a file that can be set as a Start Page.

If i click on a .cs page, or a .ascx page, mine is also grayed out.

But when i right click on an .aspx page or .htm page it is not.

Just ensure your trying to set a valid page as a start page, and not a
invalid page like a control, config or class

"Randy" <te**@temp.co m> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Hello All,
Can someone tell me why when I go to the Solution Explorer and try to set
a certain aspx page as the start page (Set As Start Page), it is grayed
out?

Thanks :)


Nov 19 '05 #4
I was asking for a friend. I think she added the .cs files to the project
instead of the .aspx.
Thanks
"Curt_C [MVP]" <software_at_da rkfalz.com> wrote in message
news:eh******** ******@TK2MSFTN GP14.phx.gbl...
Randy wrote:
Hello All,
Can someone tell me why when I go to the Solution Explorer and try to set
a certain aspx page as the start page (Set As Start Page), it is grayed
out?

Thanks :)


Some are, some aren't? or are you saying that option is always greyed out?

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

Nov 19 '05 #5
well, smack yout friend on the hand and say "Bad Friend" :)

Just kidding.

"Randy" <te**@temp.co m> wrote in message
news:%2******** ************@TK 2MSFTNGP12.phx. gbl...
Yes, you're right. I was asking for someone. What they did was add the .cs
files to the project and they were trying to right click on one of them to
Set As Start Page. I'm getting her to Exclude the .cs files and add the
.aspx files. I'm thinking that should do it. Thanks for your help.
"Grant Merwitz" <gr***@workshar e.com> wrote in message
news:uT******** *****@TK2MSFTNG P15.phx.gbl...
Are you clicking on a file that can be set as a Start Page.

If i click on a .cs page, or a .ascx page, mine is also grayed out.

But when i right click on an .aspx page or .htm page it is not.

Just ensure your trying to set a valid page as a start page, and not a
invalid page like a control, config or class

"Randy" <te**@temp.co m> wrote in message
news:%2******** ********@TK2MSF TNGP12.phx.gbl. ..
Hello All,
Can someone tell me why when I go to the Solution Explorer and try to
set a certain aspx page as the start page (Set As Start Page), it is
grayed out?

Thanks :)



Nov 19 '05 #6
Randy wrote:
I was asking for a friend. I think she added the .cs files to the project
instead of the .aspx.


That'll do it. :}

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com
Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2292
by: Mario | last post by:
Hi, I'm experiencing a nasty problem with Visual Studio .Net 2003. Most Online Resources in the Start Page doesnt work, showing the following message: "This feature requires that you have connected to the internet previously or are currently online"
2
2051
by: Gerry Viator | last post by:
Hi all, Using VS.NET 2003 and VB.NET Why does the Modified Date on the Start Page not Update the Date correctly? A Bug? Also seams under the name column on the Start Page also doesn't Update correctly? Anyone else notice this problem? Are they going to fix it? There should also be some options to Move \Save\ the project to another location from the Start Page.
4
1392
by: VB Programmer | last post by:
When I set intro.aspx as the "start page" for my ASP.NET project it works perfectly in Visual Studio.net. When I use IE and open up the website in localhost (http://localhost/MySite/) it uses Default.aspx as the default start page. Any ideas? Thanks!
0
3064
by: Jon Davis | last post by:
I know that you can configure setup Visual Studio to open a specific URL when debugging. But is it possible to set the application root and then use the project's "Start Page", i.e. replace the tilde in "~/my/start/page.aspx"? Perhaps there is an undocumented but known (by others here) variable that you put in your Start URL such as (literally) "http://mydevserver/mydevsite/%StartPage%" ? Thanks,
1
2571
by: rouellette | last post by:
Is it possible to redirect to another page in your application from the start page BEFORE the user has been authenticated if you're using FORMS authentication? I can't seem to get it to work. Simple example: In your start page simply try to redirect... private void Page_Load(object sender, System.EventArgs e) { if (!IsPostBack) // or is. doesn't matter. { Response.Redirect(APageInYourApplication.aspx); }
1
1492
by: muriwai | last post by:
Hi, I am developing a managed c# snap-in for MMC 3.0. According to http://msdn2.microsoft.com/en-us/library/bb226798.aspx, the start page should have smoothly expanding/collapsing sections. Unfortunately, mmc30_samples in WDK does not contain a start page sample. Do I have to derive the start page from Microsoft.ManagementConsole.FormView or something else? Do I have to implement expanding/collapsing myself, or I can use some existing...
8
2655
by: Maarten van Stam [MVP VSTO] | last post by:
I posted a feedback item in Microsoft Connect: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=277761 Please have a look at this, as I think it is a relative small feature request that could be easily solved but was rejected all the time in the VS 2005 cycle. I just hate doing demo's with all the Recent Project garbage in my face :-( If you agree (or don't agree) please submit your vote on this feature...
0
1650
by: Hetal | last post by:
We recently upgraded to VS 2008 and for some reason, the environment does not show "Start Page" in full screen mode even when setting in Environment -Startup is set to "Show Start Page". It does show Start Page in normal mode but not in full screen mode. Does anyone happen to notice similar issue and able to fix it? Thanks, Hetal.
3
1312
by: David Lozzi | last post by:
IN VS2005, How do i set the start page to be more web developer friendly? I just reloaded my machine and now the start page doesn't have the Open: Web Site or Create: Web Site options... Just Open Project. I can open a website via the File menu, but it's easier with it being on the start page. Thanks, David
0
8420
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8324
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8842
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8740
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8617
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7353
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5642
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.