/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/usercontrols/grideditcontrol.ascx
42 строки
3 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="gridEditControl.ascx.vb" Inherits="UserControls_gridEditControl" %> <%@ Register src="txtDatePicker.ascx" tagname="txtDatePicker" tagprefix="uc1" %> <%--<asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="up" DisplayAfter="50" style="text-align: center;"> <ProgressTemplate> <asp:Image ID="Image1" runat="server" ImageUrl="~/Images/gif/LoadingCircleTransparent.gif" style="position: absolute;" /> </ProgressTemplate> </asp:UpdateProgress>--%> <asp:UpdatePanel runat="server" ID="up" UpdateMode="Conditional" > <ContentTemplate> <asp:Panel ID="sp" DefaultButton="ibSave" runat="server" Style="height: 100%; min-height: 20px; width: 100%; background-color: transparent;"> <%--<asp:Label ID="lbl" runat="server" Text=""></asp:Label>--%> <asp:Label ID="lbl" runat="server" Text=""></asp:Label> <asp:TextBox ID="txt" runat="server" Text="" Visible="false"></asp:TextBox> <uc1:txtDatePicker ID="txtDatePicker1" runat="server" Visible ="false" /> <asp:DropDownList ID="ddl" runat="server" Visible="false" /> <%--<asp:ComboBox ID="ddl" runat="server" Visible ="false" />--%> <asp:DropDownList ID="ddlMark" runat ="server" Visible="false" > <asp:ListItem></asp:ListItem> <asp:ListItem>R</asp:ListItem> <asp:ListItem>Y</asp:ListItem> <asp:ListItem>G</asp:ListItem> </asp:DropDownList> <asp:CheckBox ID="chk" runat ="server" Visible ="false" /> <asp:Image ID="chkshow" runat="server" Visible =" false" ImageUrl ="~/Images/checked.png" /> <asp:HyperLink ID="hl" runat="server" Visible="False" Target="_blank">[hl]</asp:HyperLink> <asp:ImageButton runat="server" ID="ibSave" ImageUrl="~/Images/buttons/Save.png" Visible="false" style="height: 16px" /> <asp:ImageButton runat="server" ID="ibCancel" ImageUrl="~/Images/buttons/no.png" Visible="false" /> <asp:Button runat="server" ID="btnFake" style="display: none;" /> <%--<asp:Image ID="img" runat="server" ImageUrl="~/handlers/getfile.ashx?id=3&storage=[UserModulesAttachments].[dbo].VENDORS_PERSONAL" Visible="false" />--%> <%--<asp:HiddenField runat="server" ID="_type" Value="txt" />--%> <%--<asp:HiddenField runat="server" ID="_recordId" Value="-1" />--%> <%--<asp:HiddenField runat="server" ID="_table" Value="" />--%> <%--<asp:HiddenField runat="server" ID="_field" Value="" />--%> <%--<asp:HiddenField runat ="server" ID="_currentState" Value ="Show" />--%> </asp:Panel> </ContentTemplate> </asp:UpdatePanel>