PCSUserC1.ascx
Upload User: lxycoco
Upload Date: 2022-07-21
Package Size: 38457k
Code Size: 0k
Category:

CSharp

Development Platform:

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>