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.

learn more… | top users | synonyms

0
votes
1answer
256 views

Best way to store 900000 records when binding the telerik radgrid with custom paging [duplicate]

Possible Duplicate: Binding 800000 records in Radgrid throwing timeout error I am creating sample application in sharepoint 2010, i want to load 900000 records in telerik radgrid, so first ...
1
vote
1answer
128 views

Creating an asp.net page that calls on a SharePoint 2010 Service Application

I am trying to create a simple web page with three text boxes. I then pass the three values to a client for a SharePoint service application. However, when it calls on the SharePoint service ...
0
votes
0answers
238 views

getting timeout error when select the 50th page in telerik RadGrid [closed]

I am loading 100000 records in the Radgrid, if i am doing anything (select 50th page in RadGrid Pager Control or Filter something in the RadGrid) in the radgrid it's taking too much of time to load, ...
1
vote
2answers
188 views

Visual Studio 2008 + MOSS 2007 : Updating ASP.NET 3.5 Web Application to SharePoint

What are the steps to updating ASP.NET 3.5 Web application (compiled using Visual Studio 2008) to SharePoint Server 2007?
3
votes
2answers
423 views

Custom Delete Page Button

I'm trying to create a custom delete page button for my users on a publishing site that resides on the actual page. At first I thought it would be as simple as just copying the code behind the 'Delete ...
0
votes
2answers
246 views

How to detect when user goes from one site collection to another in the same web application?

I have a several site collections in the same web application and I need to handle events when user goes from one site collection to another. I need it for specific actions, like setting "lcid" cookie ...
0
votes
2answers
373 views

Navigation, Flyouts menus

Is it possible to customize the SharePoint top navigation with fly-out menus that display sub-sites?
0
votes
3answers
307 views

Error occurred in deployment step 'Recycle IIS Application Pool': Microsoft .NET Framework 3.5 SP1

I recently installed Sharepoint 2010 Foundation on my windows 7 machine, this itself took a while but appears to be ok, ie create sites, libs etc etc. I'm now trying to create a simple webpart which ...
0
votes
1answer
133 views

Sharepoint 2007 SPDatasource duplicates

I've associated an asp:dropdown with an SPDataSource - What I'm trying to do, is simply display all available categories for a certain custom list - The issue is that the SPDataSource only shows ...
2
votes
3answers
642 views

Update column status based on time

I'm creating a SharePoint 2010 application called HR Learning And Development. Basically it's an application to manage every employee trainings. Much like a college environment. I have a SharePoint ...
1
vote
0answers
195 views

Dynamic content based on Eval() returning null

I have an SPGridView with a list as its source. I currently have it sorting first by published date, or if that is null, by modified date. The problem is that on the list view I need to put Posted on ...
0
votes
1answer
283 views

Showing new list element form on button click

does anyone know how to show the new list element form on button click, that I have on my custom aspx page? Like when you have a sharepoint list and you click on "add item" and a new element form ...
1
vote
3answers
2k views

SharePoint List items being used in an ASP Repeater

If I am returning items from a SharePoint list is there anyway that I can store the values in an array or a list to use them in an ASP Repeater? I would have 4 values that would need to be stored (the ...
0
votes
2answers
827 views

How do I get the current user and sharepoint url in an asp.net web application?

I'm developing an asp.net web application and hosted on IIS 7.5 server. These applications are used in sharepoint 2010 using the page viewer web part. Now I want to get the sharepoint's current user ...
0
votes
3answers
2k views

Trying to update a SPItem from an asp.net page and get the error “The security validation for this page is invalid”

I am trying to update an SPItem from inside a asp.net page but I am getting the error The security validation for this page is invalid. Click Back in your Web browser, refresh the page, and try ...
3
votes
2answers
880 views

Logging into SharePoint through C# programatically

I am trying to login programatically to a SharePoint app and get the HTML code of specific page within that website. Is there a way how I can do that programatically? I am having problems with the ...
0
votes
2answers
895 views

Enable SharePoint 2010 Session State

I am looking to enable session state so that custom developed web parts are able to use the ASP.Net session state which is not enabled by default. Under normal circumstances, I know that session ...
2
votes
2answers
816 views

Custom Web Service in vti_bin folder does not show Service description

I've used the Walkthrough: Creating a Custom ASP.NET Web Service from MSDN to create my cusom WCF Service and deploy to my Sharepoint 2010 server. http://myserver/_vti_bin/randomchatwebservice.asmx ...
1
vote
1answer
762 views

Editing content of page having custom master page in office365 sharepoint site

I have signed up for office 365, I'm trying to edit the sharepoint site in browser. I have created a simple master page and a content page and uploaded to the site. MasterPage.master <%@Master ...
0
votes
2answers
2k views

How to read from a list using Silverlight and the SharePoint 2010 Client Object Model?

I am attempting to write a simple Silverlight webpart that reads information from a list and then outputs it to a data grid. I can get all of the lists, their titles and their field titles fine but ...
0
votes
1answer
708 views

REST Services - List vs Document Library

I developed a custom ASP.NET application where I retrieve/update list and document library items using REST. It works perfectly fine locally but when I deploy it to a web server it doesn't work the ...
6
votes
5answers
6k views

Integrating ASP.NET MVC 3 and SharePoint

We are looking into developing a site that uses MVC3 as the front-end and SharePoint 2010 as the data layer. We would like to keep SharePoint as out of the box as possible and display the data in ...
2
votes
3answers
8k views

Opening the sharepoint modal dialog from asp.net code behind? Sharepoint 2010

Is it possible to open the sharepoint 2010 javascript modal dialog from asp.net code behind? I have tried.. System.Web.HttpContext.Current.Response.Write("<script ...
2
votes
1answer
2k views

How do I get my query results to display in my web part?

I'm working on my very first web part for SharePoint 2010 in Visual Studio 2010. Please keep that in mind as you continue reading. I'm trying to build a web part that runs a simple query against a ...
2
votes
3answers
1k views

Possible to DataBind to a SPListItem URL?

I have a ListView that I am binding to a SPList. In this list view I would like to have a link to each SPListItem. Microsoft has conveniently decided that the URL member of an SPListItem should be ...
3
votes
2answers
460 views

Sharepoint 2010 MdalDialog title [duplicate]

Possible Duplicate: Sharepoint 2010 ModalDialog title Hi, I am creating a popup window in sharepoint using this code in javascript. function openAutoResizableDialog(title, url, ...
1
vote
1answer
167 views

Debugger stops during debug session

I have a SharePoint 2010 site deployed using Visual Studio 2010. An application page on the site contains an ascx control that includes a FileUpload control. When I am attached to the W3WP process and ...
0
votes
4answers
280 views

sharepoint web part rendering

I've been pulling my hair out long enough on this one.. would appreciate some help :) I've created a custom DataFormWebPart which I need to render certain contents to all users of a sharepoint list. ...
4
votes
2answers
2k views

How to use InputFormTextBox in a custom web part ?

I'm currently trying to integrate a rich text editor into my web part. I've found that I can integrate an InputFormTextBox in my aspx page : <SharePoint:InputFormTextBox ...
1
vote
2answers
328 views

Remove Sharepoint RadioButtonChoiceField Focus on application page

I have an application page with a bunch of asp textbox controls and then a sharepoint RadioButtonChoiceField control. When the page loads it will always set focus to the RadioButtonChoiceField is ...
0
votes
1answer
270 views

How can I set up a user selected date filter for a data view web part?

I have a request to set up a user based filter on a list. I know I can set up a data view web part, but I do not know what controls to use to set up the filter. I cannot use the Date Filter Web Part ...
0
votes
2answers
722 views

How to design asp.net business app and sharepoint to support Single Sign On?

HI In our company we have to rewrite most application and also implement a portal. Our approch is to use Sharepoint Server 2010 and asp.net 4.0 for our business applications. Our main concern is to ...
0
votes
1answer
179 views

Developing ASP.Net User Control to be imported to SharePoint MOSS 2007

Apologies if this has been answered, but I could not find a similar question: I am developing a webpart for MOSS 2007. I am using WSPBuilder to built a visual webpart (ascx) and everything works ...
1
vote
2answers
282 views

Social rating from grid view

HI ALL ! i want to provide rating of items of a sharepoint 2010 list from a grid view hat is showing all the list items in a grid with branding . is there any way to add a rating column in a grid ...
2
votes
2answers
153 views

Sharepoint Web Part restrict to zone

Is there any way to restrict a web part to a certain zone? I know I can restrict it by using the AllowZoneChange flag, but is it possible to make sure the web part can only be added to certain zones? ...
0
votes
1answer
149 views

SharePoint Web Part Gallery details of each web part

When using SPWeb.GetCatalog(SPListTemplateType.WebPartCatalog), it returns an SPList which of course contains a SPListItemCollection of the web parts in the web part gallery. When looping through the ...
2
votes
1answer
427 views

datalist item template in webpart for sharepoint list

i am looking for some cool stuff / example to work around with ASP DataList ItemTemplate to provide an interesting look and feel !! well i have a SharePoint (2010) List that has 3 columns (Title , ...
2
votes
3answers
338 views

Best PDF converter for general formats

In our SharePoint project we are looking for a third party .dll which is able to convert different file formats into PDF as follows. .doc,.docx to PDF .xls,.xlsx to PDF .ppt,.pptx to PDF HTML to PDF ...
0
votes
1answer
108 views

usinging a user control from other user control [closed]

i had stuck in a situation in wich i have a asp user control i.e ToolBar it contains a menu with menu items : "Remove" & "Hide" & some methods that perfrom the task of menu item click . i ...
0
votes
2answers
475 views

FBA - problem with adding asnet membership users to Sharepoint groups

I have one farm with two web application ("training" and "test") which are installed od 2 servers (for NLB purpose). Web apps use claims based auth (win & fba). Both web applications use same ...
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, ...
1
vote
3answers
1k views

How to do a mail merge from a SP List to a word doc?

Is there a simple way to do this? Basically I would have a list that contains a bunch of customer information and I would like to merge each list item to a specific word doc and insert each document ...
1
vote
2answers
464 views

Unable to call the SharePoint Custom web service from another SharePoint Farm

I have deployed a custom SharePoint Web service on Farm A. I am trying to access this Web service from a SharePoint timer job on Farm B. On Farm B, I am creating Class Library project, packaging it ...
1
vote
2answers
1k views

When to use application pages (aspx) versus web parts?

I'm struggling with this question at the moment... Basically I'm pulling a set of data out of a DB table related to our LOB application, listing it, and then want to click through from this list to ...
3
votes
2answers
3k views

WCF service in SP2010

I want to use WCF service in SharePoint 2010 but have problem. First, in mapped Sp2010 folder(ISAPI) I created newfolder/myfile.svc and in that file I put a reference to my DLL: <%@ServiceHost ...
0
votes
1answer
125 views

reusing a webpart in another solution in sharepoint 2010 results a “500 INTERNAL SERVER ERROR”

I have a webpart that was used in an old visual studio solution as a stand alone project. I copied this webpart project to a new visual studio solution, deployed the webpart to the new web ...
3
votes
2answers
600 views

Building New Product: ASP.NET/MVC vs SharePoint 2010

Hi I met an investor who wants a new product to sells to other companies. We agreed to make it SaaS, but we're arguing over three options: SaaS product made by ASP.NET Saas product Made up of huge ...
1
vote
1answer
159 views

How do I change the authentication of an existing ASP.NET application to integrate it with SharePoint?

I have a business portal configured using "Online SharePoint Service". Now I want to integrate our LMS (Leave Management System) with that portal. Below is little bit more information and difficulties ...
0
votes
0answers
442 views

Ad-rotator Asp.Net Control on my 2010 master page does not work on child pages

I have a Sharepoint 2010 site I'm setting up where I want to have an AdRotator on every page, so I added the control to my master page in Sharepoint designer. However when I look at my site, all the ...
1
vote
4answers
252 views

What is something I should to to help me to Learning SharePoint?

I have a list of items I was told I should learn below. Can you tell me if there is one that I should remove and one I can add that will help me learn sharepoint backend development. I have been ...