answersLogoWhite

0

The ASP.NET application has no pages at all, it is not running, or it has some errors and could not display anything (not even the error messages). Because anything it displays would be the first page (to any viewer)!

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How you stop a page to refresh in ASPNet?

You can use ajax to prevent refresh the page


What is full form of aspnet?

active server page network


How do you control a aspnet page where only users can access?

You can control an ASPnet page to where only users can access it by going to the white list. This regulates the access to only users assigned by the administrator.


Why we use aspx as aspnet extention?

B'cos this is the extension of a page in .net


Which property in ASPNET is used to remove cookies from one page?

cookie.kill


Describe the life-cycle of an ASPNet page?

I think the answer is: Page.PreInit Page.Init Page.Load Page.PreRender Page.Unload


How do you hide video slider on MySpace page?

how do you hide video slider on myspace page


What is meant by postback in aspnet?

Postback is the process of posting the page to the server and getting the response back from the server.


What master page is used for in aspnet?

Master page is a page which has content of master data( Common data), Other web page can inherit the master page in asp.net. If you are familiar with OOPS, then we can tell master page is similar to abstract class, where other class can inherit.


What page is to learn to find one must first learn to hide on?

The quote "to learn to find one must first learn to hide" is by J.M. Barrie. It is from the book "Peter Pan," and it appears in Chapter 8.


How do you hide the calendar and display it only when clicked a button in aspnet?

To hide a calendar in ASP.NET and display it only when a button is clicked, you can utilize JavaScript for the client-side functionality. Set the calendar's Visible property to false in the initial page load. Then, create a button with an onclick event that toggles the calendar's visibility by setting the Visible property to true. You may also use a JavaScript function to show or hide the calendar by manipulating its CSS display property.


Where can I find NET training videos and tutorials?

There are some good videos found directly at Microsoft's own page: http://www.asp.net/general/videos. Also, there are 84 free ones at: http://idealprogrammer.com/videos/aspnet-training-84-aspnet-training-videos/