PCSUserC1.ascx
上传用户:lxycoco
上传日期:2022-07-21
资源大小:38457k
文件大小:0k
源码类别:

C#编程

开发平台:

Others

  1. <%@ Control Language="c#" AutoEventWireup="false" Codebehind="PCSUserC1.ascx.cs" Inherits="PCSUserCWebApp1.PCSUserC1" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
  2. <table cellspacing="4">
  3.   <tr valign="middle">
  4.     <td>
  5.       <asp:Image Runat="server" ID="suitPic" ImageURL="club.bmp" />
  6.     </td>
  7.     <td>
  8.       <asp:Label Runat="server" ID="suitLabel">Club</asp:Label>
  9.     </td>
  10.   </tr>
  11. </table>