.aspx uzantılı dosyanın içine html formları ve css dosyasını import etmem lazım yapamıyorum ama örnek verebilir miziniz.
.aspx uzantılı dosya örneği
<%@ Page Title="" Language="C#" MasterPageFile="~/Content.Master" AutoEventWireup="true" CodeBehind="Register.aspx.cs" Inherits="KnightOnline.Register" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CPHGeneral" runat="server">
<asp:UpdatePanel ID="UPRegister" runat="server">
<ContentTemplate>
<div class="location">Home > <span class="current">Register</span> </div>
<section class="contents">
</section>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>