User controls are custom, reusable controls, and they use the same techniques that are employed by HTML and Web server controls. They offer an easy way to partition and reuse common user interfaces across ASP.NET Web applications.
0
votes
2answers
33 views
SharePoint 2010 Cannot access Properties or Events of my Custom UserControl in my Application Page
I have created a UserControl (Farm) in my SharePoint Project using VS2012 (for SharePoint 2010). I want to embed/host this in an application page.
I have added properties and events to the ...
0
votes
2answers
46 views
Putting User Control in Web Part
I'm pretty new to SharePoint but am trying to get the hang of it. What I have been doing is creating ASP.NET web application pages and then deploying those to the SharePoint site. This works and is ...
3
votes
1answer
248 views
adding link to suite bar in sharepoint 2013
I have followed the following liks to add custom links to sharepoint 2013 suite bar.
http://blogs.msdn.com/b/findnavish/archive/2013/02/07/sharepoint-2013-customizing-suite-bar.aspx
...
3
votes
1answer
350 views
Opening a document in read-only mode using an external control
I have a .Net application that (amongst other things) provides a front end to a sharepoint document library. Users are able to open documents, and I use the Open Documents Control to do so ...
2
votes
1answer
301 views
SharePoint List items, UserControls and cookies
I have another task at hand. I need to use cookies to read a title of an item from a custom list in SharePoint. This task is for SharePoint 2010.
I have a container set up that will display the ...
1
vote
1answer
49 views
Ajax Calendar Extender Position is not working in SharePoint Webpart
I am using Ajax Calendar Extender, but it is not pop up next to textbox, it is appearing int the middle of the page.
Here is the code:
<asp:TextBox ID="dtEnginerring" runat="server" ...
1
vote
1answer
121 views
ASP.Net Label control's Text property not updating text under button click event
I have developed a small application in SharePoint. I am using custom application page and load .ascx Control over that page under Page_Load() method. In .ascx Control, I have created a small form ...
0
votes
1answer
92 views
How to reference/write the file path in Elements.xml for UserControl in Sandbox Solution?
I have 1 solution (which is deploying as SandBox Solution).
I have added JavaScript files, Images, Application Page & UserControl in one Module under project folder.
I have one Element.xml file ...
0
votes
1answer
36 views
Userfeedback after file was uploaded to library
I need to print out a feedback after a file was uploaded to a DocLib. I tried several things over the event receiver (add statusbar as a control or a clientscript) but everything faild.
I´m a bit ...
0
votes
1answer
81 views
Writing to log but not showing up in ULS
I have a SharePoint 2010 solution which deploys some custom controls to the ControlTemplates directory (via mapped folder) and a site scoped feature with a feature receiver class that makes some ...
0
votes
1answer
60 views
Design considerations for uploading documents into MOSS 2007
I am working on a design document for one of my projects in MOSS 2007. There is a requirement to create a custom interface to upload document along with metadata to a document library. I am not sure ...
0
votes
1answer
147 views
How to change UI of EntityEditorWithPicker?
I have created a custom EntityEditorWithPicker control. And now I need add TreeView control at the left hand of the PickerDialog, when it is shown. But I can't found how to get an instance of ...
0
votes
1answer
196 views
What is Site Content and structure in Sharepoint Online and what it is used for or how to create a site structure?
1.What is Site Content and structure in Sharepoint Online and what it is used for or how to create a site structure? Please provide me some good links or videos on activating and using it. I searched ...
0
votes
1answer
312 views
Use a RadioButtonList update list columns?
Does anyone know if it's possible using SPD w/ MOSS2007 to use a RadioButtonList value to update columns in a list using a custom insert list form without binding the asp:RadioButtonList on page load, ...
3
votes
0answers
85 views
How to make a UserControl Minimal Download Strategy Compliant
I have a feature which specifies a custom user control to be added to the AdditionalPageHead delegate control as such:
<?xml version="1.0" encoding="utf-8"?>
<Elements ...
1
vote
0answers
75 views
Cannot save field values from ListFieldIterator to list item
I have the following issue. I created rendering template for list. This template is shown in New\Display\Edit forms. Then i've created two user controls: "mainCard" and "mainCard_Info". First control ...
1
vote
0answers
262 views
Adding/removing items to/from a DropDownChoiceField
I can't seem to manipulate the items displayed in a DropDownChoiceField I have that's tied to a field on the custom content type with big, really frustrating problems.
This field is only visible in ...
0
votes
0answers
42 views
Documentation for SharePoint 2010 OOTB web controls
Often I have a needs to provide different customizations to list, libraries, webs via custom action, which opens custom application page (in modal dialog). I place on page controls to provide UI.
In ...
0
votes
0answers
33 views
UserControl is not added to AdditionalPageHead of people.aspx
For some reason my usercontrol cannot register javascript block to people.aspx page while it is present in other application pages. The usercontrol is provisioned to AdditionalPageHead.
Luckily I was ...
0
votes
0answers
40 views
Not able to access the user control within an other control
Under SharePoint mapped folder, I have created many .ascx Controls. I registered One User Control "HGMSRequiredFields" into another user Control "FormControl".
At "FormControl.ascx" I register ...
0
votes
0answers
109 views
Multi-Select choice listbox in SPD
When I create Choice column from SharePoint designer, it gives me three options under display as:
Drop-down menu
Radio buttons
Checkboxes
Apparently, for multiple select option, we only have ...
0
votes
0answers
65 views
Client facing Sharepoint site - avoiding User Controls for SSRS report input
I inherited a SharePoint (2007) website that my former co-worker was managing for our company. I only have limited experience with SharePoint.
A bit about how the system is designed as far as I ...
0
votes
0answers
45 views
Repeating Textboxes that persist on postback
Hoping someone has advice with the following situation:
I am creating a search that returns a varying amount of data,
For each of the results I want to output a textbox into which I can enter a ...
0
votes
0answers
78 views
Display mode of custom EntityEditorWithPicker
I've developed custom entity editor, based on EntityEditorWithPicker with ability to select multiple values.
Everything works fine in NewForm and EditForm, but I have strange annoying problem - only ...