问题标签 [smartpart]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
177 浏览

ajax - 如何强制我的 SharePoint AjaxSmartPart 使用较小的“发布”模式 javascript?

我使用ReturnOfSmartPartonWSS3ASCXin显示Sharepoint为 Web 部件。这很好用。

唯一的问题是AjaxSmartPart似乎使用的是调试模式javascript(脚本接近1MB!)

如何确保AjaxSmartPart只使用Releasejava 脚本模式?

笔记:

  • 我已经发布了我ASCX的发布模式。
  • Debug="false"在我的Sharepoint web.config
0 投票
1 回答
979 浏览

sharepoint - session variable issue with user control in Son of smart part webpart

The user control is a search screen that consists of a gridview. I am string the filtered results of the gridview in a datatable and storing the datatable in the session. I am accessing the datatable in the session on the next postback.

The problem is that when I am storing the dattable in the session, even though the lines of code don't throw any exception, the web page shows "An unexpected error has occurred". I was able to track down the reason to be the assignment of the session variable with the help of remote debugging.

I had earlier tested the user control outside of sharepoint and checked that it worked perfectly in asp.net page.

I am using sharepoint 2007 and using VS 2008 for development, the framework being used is 2.0. I am very new to sharepoint development and any lead will be very helpful.

0 投票
3 回答
633 浏览

sharepoint - Sharepoint Smartpart 问题

我对 Sharepoint 编程非常陌生,就像我团队的其他成员一样。我们决定使用智能部件作为我们在共享点和我们的开发工作之间的桥梁。经过一番努力,我们将其启动并运行。但是,问题是,当我使用简单的用户控件进行测试时,使用 sharepoint om 代码获取文档库中文件的名称时,sharepoint 给了我一个相当有用的“发生了未知错误”。此代码在 aspx 页面内工作得很好。我编写了另一个简单的测试用户控件,它只执行一个 Response.Write() 行来检查执行代码是否存在问题,但是这个在智能部分也可以正常工作。

代码就像

我们可能遗漏或做错了什么?提前谢谢了...

0 投票
1 回答
901 浏览

sharepoint - 将参数传递给 Web 部件

我正在使用 SmartPart 1.3 将 Web 部件开发为 SharePoint。我需要将参数传递给我的 Web 部件,例如列表名称。也许有人知道该怎么做?

0 投票
2 回答
755 浏览

sharepoint - Sharepoint-customizing usercontrol property in smartpart

If anyone is having idea how to customize properties in a smartpart. I have created usercontrol and i m wrappin it in a smartpart.I want to upload my xml from Document library.

and I am using this like //

but this thing is not working . When I am clicking on modify shared webpart of sharepoint page is not rendering. Any clue where I m getting wrong.

0 投票
1 回答
609 浏览

sharepoint - 带有用户控件的 SharePoint 页面正在给您无权查看此页面错误

我有一个不寻常的情况,其中我们的 SP 2007 站点的只有一个页面抛出此错误“您无权查看此页面”。

以下是一些详细信息: SP 2007 Enterprise 有问题的页面使用 SmartPart 来显示自定义用户控件。
我们有 50 多个页面也在 SmartPart 中使用自定义用户控件,但没有一个页面会生成此错误。

有问题的页面有几个功能,它最初加载得很好。首次加载时,用户从下拉列表中选择客户,然后输入搜索查询并单击搜索按钮。一切正常,然后页面返回一些搜索结果。这也有效。用户可以单击每个项目的修改链接。单击此修改链接会生成页面错误。所有这些事情都是在这一页完成的,它只是相应地刷新。Modify 链接只是一个标准的 asp:commandline 字段,它使页面以可编辑模式加载行项目。

这是另一个奇怪的事情。如果我以 SP 管理员帐户登录并进入此页面,一切正常,没有错误……然后所有其他用户都可以正常进入并使用该页面,也没有错误。就好像无论安全问题是什么,由于管理员首先使用该页面而暂时得到解决。但是在发布代码或 IISRESET 等之后,该页面又回到不适合任何普通用户的状态。

关于在尝试解决此问题时我应该寻找什么的任何想法?如果有人认为可能相关,我也可以提供代码。

谢谢!