You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
157 lines
6.7 KiB
Plaintext
157 lines
6.7 KiB
Plaintext
<clips name="ASP.NET"><clip name="----- Directives ----" shortcut=""></clip><clip name="Assembly" shortcut=""><%@ Assembly Name="|" %></clip><clip name="Control (C#)" shortcut=""><%@ Control Language="C#" %>|</clip><clip name="Control (VB)" shortcut=""><%@ Control Language="VB" %>|</clip><clip name="Implements" shortcut=""><%@ Implements Interface="|" %></clip><clip name="Import" shortcut=""><%@ Import Namespace="|" %></clip><clip name="OutputCache" shortcut=""><%@ OutputCache Duration="100" VaryByParam="none|" %></clip><clip name="Page (C#)" shortcut=""><%@ Page Language="C#" ContentType="text/html" ResponseEncoding="iso-8859-1" %>|</clip><clip name="Page (VB)" shortcut=""><%@ Page Language="VB" ContentType="text/html" ResponseEncoding="iso-8859-1" %>|</clip><clip name="Reference (Control)" shortcut=""><%@ Reference Control="|.ascx" %></clip><clip name="Reference (Page)" shortcut=""><%@ Reference Page="|.aspx" %></clip><clip name="Register" shortcut=""><%@ Register TagPrefix="|" TagName="" Src="" %></clip><clip name="----- Web Controls ----" shortcut=""></clip><clip name="AdRotator" shortcut=""><asp:AdRotator id="AdRotator1"
|
|
AdvertisementFile="|.xml"
|
|
runat="server"/></clip><clip name="Button" shortcut=""><asp:Button id="Button1"
|
|
Text="|"
|
|
OnClick=""
|
|
runat="server" /></clip><clip name="Calendar" shortcut=""><asp:Calendar id="Calendar1"
|
|
runat="server">
|
|
</asp:Calendar></clip><clip name="CheckBox" shortcut=""><asp:CheckBox id="CheckBox1"
|
|
Text="|"
|
|
runat="server" /></clip><clip name="CheckBoxList" shortcut=""><asp:CheckBoxList id="CheckBoxList1"
|
|
DataSource='<%# | %>'
|
|
DataTextField=""
|
|
DataValueField=""
|
|
runat="server">
|
|
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
|
</asp:CheckBoxList></clip><clip name="DataGrid" shortcut=""><asp:DataGrid id="DataGrid1"
|
|
DataSource='<%# | %>'
|
|
runat="server">
|
|
</asp:DataGrid></clip><clip name="DataList" shortcut=""><asp:DataList id="DataList1"
|
|
DataKeyField=""
|
|
DataSource='<%# | %>'
|
|
runat="server">
|
|
</asp:DataList></clip><clip name="DropDownList" shortcut=""><asp:DropDownList id="DropDownList1"
|
|
DataSource='<%# | %>'
|
|
DataTextField=""
|
|
DataValueField=""
|
|
runat="server">
|
|
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
|
</asp:DropDownList></clip><clip name="HyperLink" shortcut=""><asp:HyperLink id="HyperLink1"
|
|
Text="|"
|
|
ToolTip=""
|
|
NavigateUrl=""
|
|
runat="server" /></clip><clip name="Image" shortcut=""><asp:Image id="Image1"
|
|
ImageUrl="|"
|
|
AlternateText=""
|
|
ImageAlign=""
|
|
runat="server" /></clip><clip name="ImageButton" shortcut=""><asp:ImageButton id="ImageButton1"
|
|
ImageUrl="|"
|
|
OnClick=""
|
|
runat="server" /></clip><clip name="Label" shortcut=""><asp:Label id="Label1" Text="|" runat="server" /></clip><clip name="LinkButton" shortcut=""><asp:LinkButton id="LinkButton1"
|
|
Text="|"
|
|
OnClick=""
|
|
runat="server" /></clip><clip name="ListBox" shortcut=""><asp:ListBox id="ListBox1"
|
|
DataSource='<%# | %>'
|
|
DataTextField=""
|
|
DataValueField=""
|
|
runat="server">
|
|
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
|
</asp:ListBox></clip><clip name="Literal" shortcut=""><asp:Literal id="Literal1" Text="|" runat="server" /></clip><clip name="Panel" shortcut=""><asp:Panel id="Panel1" runat="server">
|
|
|
|
|
</asp:Panel></clip><clip name="PlaceHolder" shortcut=""><asp:PlaceHolder id="PlaceHolder1" runat="server" /></clip><clip name="RadioButton" shortcut=""><asp:RadioButton id="RadioButton1"
|
|
Checked="|"
|
|
GroupName=""
|
|
Text=""
|
|
runat="server" /></clip><clip name="RadioButtonList" shortcut=""><asp:RadioButtonList id="RadioButtonList1"
|
|
DataSource='<%# | %>'
|
|
DataTextField=""
|
|
DataValueField=""
|
|
RepeatColumns=""
|
|
RepeatDirection=""
|
|
RepeatLayout=""
|
|
TextAlign=""
|
|
runat="server">
|
|
<asp:ListItem Value="" Selected=""></asp:ListItem>
|
|
</asp:RadioButtonList></clip><clip name="Repeater" shortcut=""><asp:Repeater id="Repeater1"
|
|
DataSource='<%# | %>'
|
|
runat="server">
|
|
<HeaderTemplate>
|
|
|
|
</HeaderTemplate>
|
|
<ItemTemplate>
|
|
|
|
</ItemTemplate>
|
|
<AlternatingItemTemplate>
|
|
|
|
</AlternatingItemTemplate>
|
|
<SeparatorTemplate>
|
|
|
|
</SeparatorTemplate>
|
|
<FooterTemplate>
|
|
|
|
</FooterTemplate>
|
|
</asp:Repeater></clip><clip name="Table" shortcut=""><asp:Table id="Table1"
|
|
CellSpacing=""
|
|
CellPadding=""
|
|
GridLines=""
|
|
HorizontalAlign=""
|
|
runat="server">
|
|
<asp:TableRow>
|
|
<asp:TableCell>
|
|
|
|
|
</asp:TableCell>
|
|
</asp:TableRow>
|
|
</asp:Table></clip><clip name="TableCell" shortcut=""><asp:TableCell id="TableCell1"
|
|
ColumnSpan=""
|
|
RowSpan=""
|
|
HorizontalAlign=""
|
|
VerticalAlign=""
|
|
Wrap=""
|
|
runat="server">
|
|
|
|
|
</asp:TableCell></clip><clip name="TableRow" shortcut=""><asp:TableRow id="TableRow1"
|
|
HorizontalAlign=""
|
|
VerticalAlign=""
|
|
runat="server">
|
|
<asp:TableCell>
|
|
|
|
|
</asp:TableCell>
|
|
</asp:TableRow></clip><clip name="TextBox" shortcut=""><asp:TextBox id="TextBox1"
|
|
Columns=""
|
|
MaxLength=""
|
|
Rows=""
|
|
Text="|"
|
|
TextMode=""
|
|
Wrap=""
|
|
runat="server" /></clip><clip name="Xml" shortcut=""><asp:Xml id="Xml1"
|
|
Document=""
|
|
DocumentContent=""
|
|
DocumentSource=""
|
|
Transform=""
|
|
TransformSource=""
|
|
runat="server" /></clip><clip name="----- Validation Controls -----" shortcut=""></clip><clip name="CompareValidator" shortcut=""><asp:CompareValidator id="CompareValidator1"
|
|
ControlToValidate="|"
|
|
ValueToCompare=""
|
|
Type=""
|
|
Operator=""
|
|
ErrorMessage=""
|
|
runat="server">
|
|
</asp:CompareValidator></clip><clip name="CustomValidator" shortcut=""><asp:CustomValidator id="CustomValidator1"
|
|
runat="server"
|
|
ControlToValidate="|"
|
|
ClientValidationFunction=""
|
|
OnServerValidate=""
|
|
ErrorMessage="">
|
|
</asp:CustomValidator></clip><clip name="RangeValidator" shortcut=""><asp:RangeValidator id="RangeValidator1"
|
|
ControlToValidate="|"
|
|
MinimumValue=""
|
|
Type=""
|
|
ErrorMessage=""
|
|
runat="server">
|
|
</asp:RangeValidator></clip><clip name="RegularExpressionValidator" shortcut=""><asp:RegularExpressionValidator id="RegularExpressionValidator1"
|
|
ControlToValidate="|"
|
|
ValidationExpression=""
|
|
ErrorMessage=""
|
|
runat="server">
|
|
</asp:RegularExpressionValidator></clip><clip name="RequiredFieldValidator" shortcut=""><asp:RequiredFieldValidator id="RequiredFieldValidator1"
|
|
ControlToValidate="|"
|
|
InitialValue=""
|
|
ErrorMessage=""
|
|
runat="server">
|
|
</asp:RequiredFieldValidator></clip><clip name="ValidationSummary" shortcut=""><asp:ValidationSummary id="ValidationSummary1"
|
|
DisplayMode="|"
|
|
EnableClientScript=""
|
|
ShowSummary=""
|
|
ShowMessageBox=""
|
|
HeaderText=""
|
|
runat="server" /></clip></clips> |