1.创建文件

添加,然后选择web user control

创建一个web user control

 

 

 

2.添加控件

在工具栏搜索button,然后拖动三个button上去

创建一个web user control

 

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="LISABackButton.ascx.cs" Inherits="CMSWebParts_LISA_General_LISABackButton" %>
<asp:Button ID="Button1" runat="server" Text="Button" />
<asp:ImageButton ID="ImageButton1" runat="server" />
<asp:LinkButton ID="LinkButton1" runat="server">LinkButton</asp:LinkButton>

 

相关文章:

  • 2021-04-22
  • 2021-08-25
  • 2021-05-18
  • 2021-06-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2021-08-26
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案