分享

创建你第一个SharePoint 2010 应用程序

 DiberyChen 2016-04-02
<%@ Assembly Name='$SharePoint.Project.AssemblyFullName$' %>
<%@ Assembly Name='Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' %>
<%@ Register Tagprefix='SharePoint' Namespace='Microsoft.SharePoint.WebControls' Assembly='Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' %>
<%@ Register Tagprefix='Utilities' Namespace='Microsoft.SharePoint.Utilities' Assembly='Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' %>
<%@ Register Tagprefix='asp' Namespace='System.Web.UI' Assembly='System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' %>
<%@ Import Namespace='Microsoft.SharePoint' %>
<%@ Register Tagprefix='WebPartPages' Namespace='Microsoft.SharePoint.WebPartPages' Assembly='Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' %>
<%@ Control Language='C#' AutoEventWireup='true' CodeBehind='CustSalesVWPUserControl.ascx.cs' Inherits='CustomerSalesWebPart.CustSalesVWP.CustSalesVWPUserControl' %>
<asp:Label ID='lblSalesTitle' runat='server' Text='Add Sales Data'
Font-Bold='True' Font-Size='Small' ForeColor='#000066'></asp:Label>
<table border='0' width='25%'>
<tr>
<td>
<asp:Label ID='lblCompany' runat='server' Text='Company:'
ForeColor='#000066'></asp:Label>
</td>
<td>
<asp:TextBox ID='txtbxCompanyName' runat='server' Width='157px'></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID='lblQ1' runat='server' Text='Q1:' ForeColor='#000066'></asp:Label>
</td>
<td>
<asp:TextBox ID='txtbxQ1' runat='server' Width='157px'></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID='lblQ2' runat='server' Text='Q2:' ForeColor='#000066'></asp:Label>
</td>
<td>
<asp:TextBox ID='txtbxQ2' runat='server' Width='157px'></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID='lblQ3' runat='server' Text='Q3:' ForeColor='#000066'></asp:Label>
</td>
<td>
<asp:TextBox ID='txtbxQ3' runat='server' Width='157px'></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID='lblQ4' runat='server' Text='Q4:' ForeColor='#000066'></asp:Label>
</td>
<td>
<asp:TextBox ID='txtbxQ4' runat='server' Width='157px'></asp:TextBox>
</td>
</tr>
<tr>
<td></td>
<td>
<asp:LinkButton ID='lnkbtnAdd' runat='server'
onclick='lnkbtnAdd_Click'>Add</asp:LinkButton>
<asp:LinkButton ID='lnkbtnClear' runat='server'
onclick='lnkbtnClear_Click'>Clear</asp:LinkButton>
</td>
</tr>
</table>

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多