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.
4
votes
6answers
3k views
Refreshing custom developed web part
I've developed a custom web part that pulls data from a list. It will only retrieve items where a field called ShowItem is equal to 'Yes'. Once the data is loaded the end user has the ability to ...
0
votes
3answers
1k views
how to create sharepoint custom login page
Im creating custom login page for sharepoint that will use Forms Based Authenitcation. I've read couple articles how to do it, but something is not clear to me.
What class should my Login.aspx (and ...
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 ...
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 ...
0
votes
1answer
3k views
An example of databinding the repeater control?
I am trying to develop a custom visual web part to display the latest 5 announcements with the images that are attached from the OOTB announcement lsit.I have a repeater control with an Item Template ...
8
votes
3answers
2k views
How to write to ULS Log in SharePoint 2010 from a .NET app?
The Sharepoint Trace Log Sample given at http://msdn.microsoft.com/en-us/library/aa979522.aspx & explained at http://msdn.microsoft.com/en-us/library/aa979595.aspx does not work in in Sharepoint ...
5
votes
9answers
3k views
ASP.Net WebPart or SharePoint WebPart
This is an almost religious question; what are your preferred base classes for building WebParts in SharePoint? Are you using the ASP.NET WebPart (System.Web.dll) or the SharePoint WebPart ...
5
votes
5answers
513 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 ...
2
votes
1answer
764 views
AspMenu does not render css-class for 'selected' element
I'm using the codeplex cross-site collection navigation project as a basis. The problem should not be related to that specifically though.
I'm using Microsoft.SharePoint.WebControls.AspMenu as my ...
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
932 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 ...
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 ...
0
votes
1answer
234 views
How do I retrieve the “Title (linked to edit)” column from event list to display in my custom web part.
I am creating a visual web part to display the calendar events in the form of an events list with custom css. The web part will be on the home page of my site. Here is what I have right now and it is ...
0
votes
2answers
1k views
Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed
Our Sharepoint portal has been active for some years now but I'm just now getting bug reports about some controls not working. So far all problem reports are from subsidiaries - some here in Germany, ...
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 ...