带有母版页的Web表单不断加载但未显示

我正在构建一个C#asp.net应用程序,到目前为止,一切正常。我有2个母版页,它们工作得很好,除了当我尝试从位于母版页之一中的名为“ btnRegistrarse”的按钮加载页面时。无论我尝试加载的页面是否包含内容,都不会加载。

该页面开始加载但未显示,它继续在浏览器中执行此操作:

http://img3.mukewang.com/60964718000184a513550432.jpg

这是母版页的html:


    <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Login.master.cs" Inherits="ClinicaDental.Web.Login" %>


<!DOCTYPE HTML>

<html>

    <head>

    <meta charset="utf-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <title>Clínica Dental &mdash; Clínica Dental</title>

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <meta name="description" content="Free HTML5 Website Template by FreeHTML5.co" />

    <meta name="keywords" content="free website templates, free html5, free template, free bootstrap, free website template, html5, css3, mobile first, responsive" />

    <meta name="author" content="FreeHTML5.co" />


    <meta property="og:title" content=""/>

    <meta property="og:image" content=""/>

    <meta property="og:url" content=""/>

    <meta property="og:site_name" content=""/>

    <meta property="og:description" content=""/>

    <meta name="twitter:title" content="" />

    <meta name="twitter:image" content="" />

    <meta name="twitter:url" content="" />

    <meta name="twitter:card" content="" />


    <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet"> -->


    <!-- Animate.css -->

    <link rel="stylesheet" href="css/animate.css">

    <!-- Icomoon Icon Fonts-->

    <link rel="stylesheet" href="css/icomoon.css">

    <!-- Bootstrap  -->

    <link rel="stylesheet" href="css/bootstrap.css">

    <!-- Theme style  -->

    <link rel="stylesheet" href="css/style.css">


    <!-- Modernizr JS -->

    <script src="js/modernizr-2.6.2.min.js"></script>

    <!-- FOR IE9 below -->

    <!--[if lt IE 9]>

    <script src="js/respond.min.js"></script>

    <![endif]-->


    </head>

    <body>



芜湖不芜
浏览 197回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP