毕业论文开发语言企业开发JAVA技术.NET技术WEB开发Linux/Unix数据库技术Windows平台移动平台嵌入式论文范文英语论文
您现在的位置: 毕业论文 >> 企业开发 >> 正文

Microsoft.SharePoint.SoapServer.SoapServerException. 第7页

更新时间:2012-10-24:  来源:毕业论文
;

/// <summary>
///
/// </summary>
public partial class _Default : System.Web.UI.Page
{
    protected void Page_Load(object sender, System.EventArgs e)
    {
        try
        {
            if (!IsPostBack)
            {
                SitesService.Sites objSites = new SitesService.Sites();
                objSites.Credentials = new System.Net.NetworkCredential("administrator", "1", "abc");
                SitesService.Template[] arrTemplates;
                uint langId = (uint)2052;
                uint templateCount = objSites.GetSiteTemplates(langId, out arrTemplates);
                int i;
                ListItem listItem;
                ddlTemplate.Items.Clear();
                for (i = 0; (i <= (arrTemplates.Length - 1)); i++)
                {
                    // Don't include hidden templates, which are not intended for intera

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] 下一页

设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©chuibin.com 优尔论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。