Tagged Questions
1
vote
1answer
23 views
Loading a UserControl within another UserControl code
Can someone tell me how I can load a user control from within another user control.
I'm using MOSS 2007
1
vote
2answers
61 views
sharepoint 2007 webpart question
I created a user control in visual studio I want to deploy to sharepoint 2007. This is my first one and I created the project using the repository pattern and POCO. Does sharepoint support this type ...
1
vote
2answers
317 views
Couldn't find any way of displaying a message box in Visual Webpart 2007 (User Control)
I almost tried everything I could to display a nice message box in user control (.ascx) or code behind, but I failed miserably,
Can anyone find me a tutorial in context to what I need and will 100% ...
0
votes
3answers
231 views
Webpart properties getting empty after IIS Reset
I created a custom visual user control webpart property for my SharePoint webpart. The property has a textbox which is getting empty after an IIS reset. Can anyone tell me how to solve this issue ...
2
votes
2answers
363 views
Tutorial for displaying a MessageBox in a WebPart [duplicate]
Possible Duplicate:
Couldn’t find any way of displaying a message box in Visual Webpart 2007 (User Control)
I have been working on SharePoint 2007 for more then a year but still don't have ...
0
votes
1answer
62 views
Getting resources in a Visual Webpart
I want to get resources that are kept at directory in my visual webpart "User Control" for SharePoint 2007:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources
At the ...
1
vote
1answer
96 views
why sharepoint doesn't look into sub-folders for control templates by default
I wonder why sharepoint doesn't look into sub-folders of control templates in 12 hive, even tho by default its suppose to.
I googled and seen people loading it from custom location in there code but ...
0
votes
0answers
63 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
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
185 views
How to keep PlaceHolderPageTitle without removing them when prompt with 'The page has one or more <asp:Content> controls…'
I have the following error prompted when opening a aspx page in SharePoint Design view
The page has one or more <asp:Content> controls that do not correspond with <asp:ContentPlaceHolder> ...
1
vote
1answer
88 views
How to upgrade user controls on Development Server
I just came across User Controls developed by developers who left company now, I tried looking on google on how to upgrade them on development server but couldn't find any blog or post regarding it.
...
3
votes
1answer
349 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 ...
0
votes
4answers
324 views
Javascript error on sharepoint page with search webpart and User Control containing UpdatePanel
I've been trying to find a cause for this error for some time to no avail...
We have a SharePoint 2007 site heavily customized in terms of look and feel.
In the master page a user control has been ...
3
votes
3answers
2k views
ASP.NET User Control in SharePoint WebPart
I want to use the Visual Studio designer to make controls for my WebPart... I've been pointed to two approaches that seem ok. First, SmartParts... which I'll look into later. Second was to create an ...
