Tagged Questions
1
vote
0answers
293 views
Why does my sharepoint web part event handler lose the sender value on postback?
I have a web part which is going to be a part of pair of connected web parts. For simplicity, I am just describing the consumer web part.
This web part has 10 link buttons on it. And they are ...
1
vote
1answer
2k views
How to display a Yes/No style message box in web part, and get client's choice?
I want to show a message box when users trying to do any major operations in my web part. If user choince [Yes], then continue to do sometiing ...[No] for nothing.
How can i implements this function ...
0
votes
0answers
166 views
Web Part Error: Unhandled exception was thrown by the sandboxed code wrapper's Execute method in the partial trust app domain: File Not Found
Deploying a sandbox solution on SharePoint 2010. While all working on a local environment, once deployed on to the staging, the web parts are getting the following error.
Web Part Error: ...
0
votes
1answer
123 views
SharePoint 2010 - Can we make multiple connections from the same web part?
We are creating a report where the requirement is:
1. Cascaded Filters
2. Excel Report
We have created our own filter web part which supports cascading. In order to do that we need to add multiple ...
0
votes
0answers
51 views
Javascript error in Mobile Adapter Sharepoint 2010
I am developing a very simple web part mobile adpater. It just outputs "hello world". The mobile web part renders fine, but when i click on arrow image next to the Web part title , it throws ...
0
votes
1answer
347 views
How can I link a content editor web part in Sharepoint to another URL link?
In Sharepoint, how can I link an image in a content editor web part to another URL link by clicking on it?
I pasted my link into the Content Link space but when I apply the change it turns my image ...
0
votes
1answer
145 views
Sharepoint: How to prevent a user from closing a webpart
I see that the close or hidden options can be set for a webpart, but it seems anyone can edit those settings when in edit mode. Do you use item level security? If so, what are the specific steps to ...
0
votes
4answers
1k views
SharePoint web parts - Can you embed one web part into another?
Can you embed one SharePoint web part into another? For example, a client wants a document library but also an ability to write an executive summary about that document using the rich text editor ...