<asp:Parameter Name="Оклад" Type="Decimal" />
</InsertParameters>
<UpdateParameters>
<asp:Parameter Name="Название_Должности" Type="String" />
<asp:Parameter Name="Оклад" Type="Decimal" />
<asp:Parameter Name="Код_Должности" Type="Int32" />
</UpdateParameters>
</asp:SqlDataSource>
<table style="width: 35%;">
<tr>
<td class="auto-style1">
<asp:Button ID="Button1" runat="server" Text="Добавление" Width="155px" OnClick="Button1_Click" />
</td>
<td> </td>
</tr>
<tr>
<td class="auto-style1">
<asp:Label ID="Label1" runat="server" Text="Название Должности"></asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox1" runat="server" Width="188px"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator1" runat="server" ErrorMessage="Заполните поле корректно"
Display="Dynamic" CssClass="text-danger" ControlToValidate="TextBox1" ValidationExpression="([А-я]|\s){3,}" />
</td>
</tr>
<tr>
<td class="auto-style1">
<asp:Label ID="Label2" runat="server" Text="Оклад"></asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox2" runat="server" Width="188px"></asp:TextBox>
<asp:RegularExpressionValidator ID="RegularExpressionValidator2" runat="server" ErrorMessage="Заполните поле корректно"
Display="Dynamic" CssClass="text-danger" ControlToValidate="TextBox2" ValidationExpression="([0-9]|){3,}" />
</td>
</tr>
</table>
</asp:Content>
Страница для вывода информации о достижениях (Posluwnoispisok.aspx)
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Posluwnoispisok.aspx.cs" Inherits="WebApplication6.Posluwnoispisok" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
<style type="text/css">
.auto-style1 {
/*width: 220px\9; IE8 and below*/
width: 233px; /*IE9 and below*/
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="FeaturedContent" runat="server">
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
<asp:SqlDataSource ID="SqlDataSourceDDLEmploye" runat="server" ConnectionString="<%$ ConnectionStrings:KursProjectConnectionString %>" SelectCommand="SELECT [Код_Сотрудника], [ФИО] FROM [Сотрудники]" />
<asp:SqlDataSource ID="SqlDataSourceDDLPost" runat="server" ConnectionString="<%$ ConnectionStrings:KursProjectConnectionString %>" SelectCommand="SELECT [Код_Должности], [Название_Должности] FROM [Должности]" />
<asp:Label ID="Label5" runat="server" Text="Выберите Сотрудника"></asp:Label>
<asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" DataSourceID="SqlDataSource3" DataTextField="ФИО" DataValueField="Код_Сотрудника">
</asp:DropDownList>
<asp:SqlDataSource ID="SqlDataSource3" runat="server" ConnectionString="<%$ ConnectionStrings:KursProjectConnectionString %>" SelectCommand="SELECT Код_Сотрудника, ФИО FROM Сотрудники"></asp:SqlDataSource>
Уважаемый посетитель!
Чтобы распечатать файл, скачайте его (в формате Word).
Ссылка на скачивание - внизу страницы.