<% @ Page Title = "baokong Homepage" Xlanguage = "C #" MasterPageFile = "~ /BaodiaoMaster. master "AutoEventWireup =" true "CodeBehind =" Index. aspx. cs "Inherits =" MasterPageDemo. index "%> <asp: Content ID =" Content1 "ContentPlaceHolderID =" head "runat =" server "> </asp: Content> <asp: content ID = "Content2" ContentPlaceHolderID = "ContentPlaceHolder1" runat = "server"> <p> News </p> <p> The article emphasizes that Chinese official vessels are located around the Diaoyu Islands. sea sailing has become the norm, it seems that it is trying to change the status quo with strength and hopes that China will abide by international law and maintain harmony with neighboring countries. </P> <p> the article also pointed out that, after the "Nationalization" of the Diaoyu Islands, anti-Japanese demonstrations across China have resulted in a total loss of over 0.1 billion US dollars for Japanese enterprises. Xuan ye said, "Japan intends to stabilize relations between Japan and China. We look forward to the active response of the new leadership in China ." </P> </asp: Content> <% @ Page Title = "about Baogang" Xlanguage = "C #" MasterPageFile = "~ /BaodiaoMaster. master "AutoEventWireup =" true "CodeBehind =" About. aspx. cs "Inherits =" MasterPageDemo. about "%> <asp: Content ID =" Content1 "ContentPlaceHolderID =" head "runat =" server "> </asp: Content> <asp: content ID = "Content2" ContentPlaceHolderID = "ContentPlaceHolder1" runat = "server"> <p> about guaranteed fishing </p> <p> People's website, October 22, November 21, according to Kyodo News, the International English newspaper "International pioneer Forum" published on November 21 published an article entitled "Japan-China relations at the Crossroads, china, which is active in marine activities, said the events in the Diaoyu Islands and the South China Sea are of concern. </P> <p> The article emphasizes that Chinese official vessels have become the norm for sailing around the Diaoyu Islands and seem to try to change the status quo with strength, at the same time, it is hoped that China will abide by international law and maintain harmony with neighboring countries. </P> <p> the article also pointed out that, after the "Nationalization" of the Diaoyu Islands, anti-Japanese demonstrations across China have resulted in a total loss of over 0.1 billion US dollars for Japanese enterprises. Xuan ye said, "Japan intends to stabilize relations between Japan and China. We look forward to the active response of the new leadership in China ." </P> </asp: Content> ---------------------- Login. aspx: ------------------------------------ <% @ Page Title = "" Xlanguage = "C #" MasterPageFile = "~ /BaodiaoMaster. master "AutoEventWireup =" true "CodeBehind =" Login. aspx. cs "Inherits =" MasterPageDemo. login "%> <asp: Content ID =" Content1 "ContentPlaceHolderID =" head "runat =" server "> <style type =" text/css "> table {widht: 600px; height: 200px; border-width: thin; border-color: Aqua; border-style: dashed ;}</style> </asp: Content> <asp: content ID = "Content2" ContentPlaceHolderID = "ContentPlaceHolder1" runat = "server"> <table> <tr> <td> & nbsp; Username: </td> <td> & nbsp; <asp: TextBox ID = "TextBox1" runat = "server" Height = "19px"> </asp: textBox> </td> </tr> <td> & nbsp; Password: </td> <td> & nbsp; <asp: textBox ID = "TextBox2" runat = "server"> </asp: TextBox> </td> </tr> <td> & nbsp; <asp: button ID = "btnLogin" runat = "server" Text = "login"/> </td> <td> & nbsp; <asp: button ID = "btnRegister" runat = "server" Text = "register"/> </td> </tr> </table> </asp: Content>