Deutsch
Germany.ruФорумы → Архив Досок→ Программирование

Настройка ​GridView

23.09.19 23:36
Re: Настройка ​GridView
 
AlexNek патриот
AlexNek
в ответ Murr 23.09.19 23:13

ну вот куда твой код вставлять?

<%@ Page Title="Contact" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Contact.aspx.cs" Inherits="MurrWebApplication01.Contact" %>

<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
    <h2><%: Title %>.</h2>
    <h3>Your contact page.</h3>
    <address>
        One Microsoft Way

        Redmond, WA 98052-6399

        <abbr title="Phone">P:</abbr>
        425.555.0100
    </address>

    <address>
        <strong>Support:</strong>   <a href="mailto:Support@example.com">Support@example.com</a>

        <strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
    </address>
</asp:Content>
 

Перейти на