ASP.NET is an application framework developed by Microsoft. It is built on top of the .NET Common Language Runtime (CLR). SharePoint is built from the ASP.NET framework.
1
vote
1answer
69 views
How can I publish an ASP.NET web application in my Sharepoint environment?
I'd like to be able to host small custom ASP.NET applications within my Sharepoint environment. For example, I would like to have associates able to access our locations application by pointing to ...
1
vote
0answers
137 views
Custom aspx page with web part
What would be the best way to have a custom asp.net page which runs on sharepoint and displays a web part? TIA
1
vote
2answers
164 views
Sharepoint mechanism to add scripts to aspx page?
(a) Is there a mechanism (by sharepoint) of registering to include a script into the aspx page?
(b) If yes, then if I do the following from a user control what would be the result?
...
0
votes
1answer
41 views
How to make faster readable elements from the list?
I have an ASP Calendar, which shows elements from the list. If I try to bind the elements to the list, there are a lot of elements for example 35 429 elements. It takes up to 4 minutes to load this ...
1
vote
0answers
230 views
Dropdown menu with XML data source gives web part error
I am using SharePoint designer to build a page with a data view web part that displays the contents of a 6,000 record XML file that is structured like the example below with each "Details" element ...
1
vote
1answer
53 views
Include in SharePoint 2010
I have a custom HTML menu in my MasterPage. I would like to have it in a separate file so it can be easier to update. Is it possible to do an Include?
0
votes
0answers
108 views
EditForm - custom control and updating field values
I'm using a custom rendering template on a list's EditForm. I created a UserControl with a asp:GridView and I would like to use it to insert mulit lookup field values (the standard multi lookup field ...
0
votes
0answers
119 views
Sharepoint hover dropdown menu on mobile
I have a hovering dropdown menu in Sharepoint 2010 that works fine with a mouse, but what i'am also trying to achieve is getting the menu to not reload the page on a mobile device (since the user has ...
0
votes
0answers
138 views
Custom WebPartZone or Add Widget Area
Complete SP nub here. Running short on time and I have yet to find the answer I need here or on Google.
What I got
A Custom default/master/dashboard/landing/whateveryouwanttocallit page with a ...
0
votes
1answer
160 views
Sharepoint 2010 - multiple ip addresses
I have Sharepoint 2010 installed in local network. SPS has local address http://sps2010, and has a public IP (e.g. http://1.2.3.4).
When I access SP via a public IP there are some links like ...
0
votes
1answer
54 views
ASMX WebService and use of List Object
I have developed WCF service in Visual Studio 2010 and following is the code which worked perfectly.
using System;
using System.Collections.Generic;
using System.Linq;
using ...
0
votes
0answers
80 views
Sharepoint Chart Webpart: Change source with javascript?
I have a Chart webpart which displays some numeric graphs from a list.
Is there a way to programmatically change this data source to another list? The name of that list is stored in a ...
0
votes
3answers
211 views
Render TextBox (sever control) in WebPart and manage (text, visibility etc of) the server controls from editor part
My initial goal is to achieve the following
Render dynamic TextBox in custom editor webpart
Manage Text (, visibility, height, width etc) of the TextBox from editor part.
We can consider ...
0
votes
0answers
79 views
Disable value in drop down menu (permanently removed)
In my page, there are 3 drop down menu.
Dropdown 1 : for storing car model which retrieved from CarTab in database (SQL)
Dropdown 2 : for storing username
Dropdown 3 : for storing plate num
The ...
0
votes
1answer
155 views
Remove value in drop down list after being selected
I would like to ask, how to disable the value in drop down menu after being selected? I mean, let says if when User A select value B in drop down list, B is not available to be selected anymore to any ...
0
votes
2answers
551 views
Upload photo to a custom list using visual webpart in sharepoint 2010
I have a list, ListPersonalDetails, for storing personal details of students. It has fields like firstName, lastname, address etc. It also contains a field to store the photo which is of type image. I ...
1
vote
0answers
100 views
Visual Studio intellisense over WebDav (DAVWWW) does not work. Failed to Start Monitoring
The page lives in a library inside SharePoint 2007 and has inline c#.. no master page or sharepoint references. I can open, edit and save the page via the URL. But getting warnings and no ...
1
vote
1answer
182 views
SharePoint 2010 and ASP Profile Provider
We have web application with SQL ASP Membership Provider, Role manager and profile provider. This web application has both authentication methods: NTLM and forms. Everything works fine.
Problem ...
1
vote
1answer
251 views
The attribute 'autoeventwireup' is not allowed in this page in sharepoint
I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND.
When (in QA) I browse an .aspx page it returns this error:
The attribute 'autoeventwireup' is not allowed ...
1
vote
1answer
744 views
Working with args option of SP.UI.ModalDialog.commonModalDialog
I have the following situation: In my Sharepoint 2010 ASP.Net Application page app I want to allow my users to select a Supervisor for an employee who's information they (the user) is modifying. For ...
0
votes
1answer
137 views
Rendering linkbutton with image
I have an issue when i try to render the linkbutton with image and text it isn't rendered correctly. I render it from a servercontrol in method OnLoad.
And I do not understand why, maybe someone knows ...
0
votes
2answers
752 views
Adding the Ajax Control Toolkit to a SharePoint project
I am unable to get the List Search Extender from the Ajax Control Toolkit to work correctly. After inserting my WebPart to the page, I get the error: "Could not load file or assembly ...
-1
votes
1answer
84 views
Send input values to server [closed]
There is a webpart.
aspx:
<input type="text" id="textField"/>
<input type="text" id="textField2"/>
<input type="button" id="sendButton">
How can i send all input values to ...
1
vote
2answers
202 views
Pushing data from a classic ASP site to SharePoint
We have a publicly facing classic ASP site and I need to capture some data from that site and push it to SharePoint and vice versa.
There are a few options as far as I know;
Writing a custom web ...
1
vote
1answer
155 views
Use ASP page from web application in SharePoint
I'm trying to use existing aspx page in SharePoint 2010. Page it self depend on some 3rd party classes and I provided source for them and additional assemblies, and project compiles and deploys to ...
5
votes
2answers
341 views
How to specify file name using web services?
I have the following code which creates an item in the library I want:
string newPageXml = String.Format(@"<Batch OnError='Continue'>
<Method ID='1' Cmd='New'>
...
1
vote
1answer
159 views
How to specify content type when creating a list item using web services?
This is what I have tried so far:
string newPageXml = String.Format(@"<Batch OnError='Continue'>
<Method ID='1' Cmd='New'>
...
1
vote
1answer
262 views
Error with Asp Dropdown List in SharePoint 2010
To start with, I have a template setup that came from Microsoft for Timecard Management. This template basically tracks the project someone is working on and the specific task. On one page, it is ...
5
votes
5answers
504 views
Pros and cons of code vs. no code in SharePoint development?
Here's my situation: I work in a user area and have been tasked with creating usable SharePoint sites for different areas. Some are doc management, some are collaborative work spaces, some are task ...
1
vote
1answer
280 views
ClientContext error while embedding a Silverlight control on ASP page
I build a visual web part in asp.net and I'm trying to embed a xap over it so that users who don't have Silverlight installed would see the asp content:
<object id="SilverlightPlugin1" ...
0
votes
1answer
665 views
sharepoint with .Net 4.0
We had an ASP.NET site that was built on .NET 2.0. It had sharepoint integration and everything was working fine until the site got migrated to .NET 4.0. I know that sharepoint is built on 3.5 ...
0
votes
3answers
3k views
SharePoint parent page refresh on close of Modal Dialog, IE issue
I have a Webpage in which two webparts are installed. This is a system wherin user can make holiday request and manager can approve or reject.
In 1st webpart The holiday requested by a user is shown ...
0
votes
1answer
219 views
How to get Site Map of ASP.NET page from where I am navigated to current page
I want breadcrumb trail from where I navigated to the current page and want to add an extra node to it.
For example:
I was here
A > B > C > D > E (E has a link to Z)
now I am here
A ...
1
vote
1answer
111 views
how to find out parent web address from where we navigated in a userControl
I have a Web 1 and Web 2, I also have a link of Web 2 in Web 1 using a link button in a SharePoint Site.
Now If I click on Link button situated on Web 1 it takes me to Web 2, I Have a User Control on ...
3
votes
1answer
392 views
jQuery autocomplete dissapears on postback
I'm using the jQuery autocomplete and this works perfect. But when I do a postback, it looks like the page "forgets" that there is an autocomplete on the textbox.
Important to know: this textbox is ...
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.
...
0
votes
0answers
49 views
asp send data to table
i wanted to know if there is a code that can send data from a form in asp application page to a list table in SharePoint by using select in form action or button
<form ...
0
votes
2answers
457 views
Asp.net Chart control in SharePoint 2010
Can anyone help me to save the chart control temporary image files on SharePoint 2010 document library/picture library. Actually in my standalone environment the webpart is working fine when using ...
3
votes
2answers
490 views
SharePoint webpart and application page
I need to make an application page or a webpart that have a javascript code and i tried to add the jquery i a new project to upload it to the SharePoint but the code didn't work
this is the code that ...
0
votes
1answer
87 views
Add content to Web Part without reloading
I am developing a Search Web Part for a WSS 3.0 site in Visual Studio 2008. The user types in their search criteria, then clicks OK. In the Click event, I am iterating through every Site Collection in ...
0
votes
1answer
134 views
Authenticate wss 3.0 site programmatically
I have an asp.net app which has a hyperlink to a wss site, both sites are in same machine and same iis. When a user clicks that link he is prompted for windows authentication by iis for accessing the ...
0
votes
1answer
3k views
How to copy a Sharepoint page?
In SPD2010 (Sharepoint Designer 2010) under "Site Pages" I created ASPX page ASPControls.aspx, added and configured AdRotator ASP.NET control.
Having ollowed "Using ASP.NET Validation Controls" of ...
0
votes
1answer
3k views
How do I update a lookup column from a dropdownlist?
I'm creating a custom web part in asp.net for SharePoint 2010 programmatically. When a user presses an Add button, the selected item from the dropdownlist is supposed to then be added to the Groups ...
1
vote
2answers
2k views
How to create custom EditForm and DisplayForm for custom content type?
I have developed a custom ASPX SharePoint application page using Visual Studio. I would like to use that page as the EditForm and DisplayForm for the custom content type.
At the moment, my page is ...
1
vote
1answer
494 views
How to integrate custom .ASPX solution in SharePoint list EditForm
I have developed a custom SharePoint solution which is consisted of one ASPX application page. Now, I would like to integrate that functionality in list item edit form. I have decided to create a ...
0
votes
0answers
24 views
Link SharePoint and WebCenter through portlet?
I know there is a way to link a document library to Webcenter through something called a portlet. (Example walk through can be found here: ...
1
vote
1answer
951 views
Show list form DispForm.aspx “in window” instead of as a dialog box
Does anyone know how to get a list form to display as an aspx page by default instead of as a popup iframe? For example, when a user clicks on a list item, DispForm.aspx opens as part of the same page ...
1
vote
1answer
633 views
Restricting a People Picker to only select people from one Sharepoint group programatically
I've a got a People Picker on a custom list form, and I'm trying to restrict the people you can select in it. Basically, if the form is in one state (set in Page_Load), then restrict the people that ...
0
votes
2answers
525 views
issue with forms authentication - Unable to redirect from login page to home page after authentication
In Sharepoint 2010, We created a web application with classic authentication and started developing it. Later, we want to implement forms authentication to our project, so I created a new sharepoint ...
1
vote
1answer
928 views
Using AjaxControlToolkit in SharePoint: Multiple instances of ScriptManagers?
I'm trying to use AjaxControlToolkit controls (specifically CalendarExtender and ComboBox), but am having problems with the ScriptManager control. I've got the ToolkitScriptManager at the top of the ...

