Questions tagged [web-parts]

Web parts are are the building blocks of Microsoft SharePoint web pages.

1693 questions
0
votes
0 answers

Open outlook application from Sharepoint

Can anyone suggest ways to open Outlook client application from either a hyperlink. If you can suggest any webpart which maybe available to trial. I need to able to open Outlook.exe when a user click on an icon. this can either be using CEWP or an…
Mayank
  • 11
  • 1
  • 3
0
votes
2 answers

How can I customize SharePoint list column aggregation (total) calculations?

I have a SharePoint list column of type 'Single line of text'. Out of the box SharePoint only provides the ability to display a 'Count' total for this column type. I would like to be able to perform a custom aggregation on the data (specifically to…
Matthew Murdoch
  • 30,874
  • 30
  • 96
  • 127
0
votes
1 answer

How to execute a javascript function from a web part control wrapped inside an UpdatePannel?

I am working a SharePoint web part, which have a calendar control, now on calendar _VisibleMonthChanged event I am trying to call a javascript function like : protected void cldEvents_VisibleMonthChanged(object sender, MonthChangedEventArgs e) { …
foo-baar
  • 1,076
  • 3
  • 17
  • 42
0
votes
1 answer

How to update the webpart control in asp.net?

I have changed the appearnce of one of the control of webpart of my site. But when user opens the web page user finds the old apperance of that webpart control. However when user adds new webpart instance, new changed webpart control gets…
0
votes
1 answer

Deploy Web part as a feature

I have a web part dashboard.cs which render some HTML according to records in a list. No I have a site definition created. I want to integrate this web part in my site defination as a feature so when I Build my project with the help of install.bat i…
Sachin
  • 479
  • 3
  • 12
  • 30
0
votes
1 answer

Sharepoint web part dynamic number of controls

Background I'm designing a autocomplete search web part to add to an existing site. Here's the concept: I need there to be a checkbox on the web part for each of a list of entity types. The list of entity types is pulled from a database. These…
Phillip Schmidt
  • 8,805
  • 3
  • 43
  • 67
0
votes
2 answers

How to integrate sharepoint web part?

I am new to SharePoint development. I have download a '.wsp' file which resides in C:\SlideShow.wsp I want to use this file in my site as web part. I searched over the internet to integrate it and found many solution to do so through power shell…
Mohemmad K
  • 809
  • 7
  • 33
  • 74
0
votes
3 answers

Sharepoint Smartpart Issue

I am very new to Sharepoint programming, like the rest of my team is. We have decided to use smart part as our bridge between sharepoint and our development efforts. After some effort we got it up and running. However, the problem is, that when i…
0
votes
1 answer

Get User's IP Address in a Share Point Web Part not giving valid IP address

This code in a standard custom WebPart: private string GetUserIP() { return Request.ServerVariables["HTTP_X_FORWARDED_FOR"] ?? Request.ServerVariables["REMOTE_ADDR"]; } is returning: "fe80::c564:7922:d873:5cf5%11" instead of a valid IP…
JCleveland
  • 337
  • 3
  • 16
0
votes
2 answers

Create a List (url links) and deploy it as a feature

I'm very new to SharePoint, so apologies if this sounds a little basic. I want to create a List in SharePoint that is just purely URL links, but then make it available to every site collection that we will create. Once this list is created, I need…
user177049
0
votes
1 answer

Load data in a webpart lifecycle works first time, but in a popup reload it doesnt refresh

So, here is the scenarion I have a webpart that loads some data. I have in another place of the page a button, that opens a popup, when the user does something in that page (create action), the popup is closed and the calling page is reloaded. When…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
0
votes
2 answers

ASP.NET webparts with Oracle 10g

Hi I would like to use webparts in ASP.NET website . Is there any support of webparts with Oracle 10g in ASP.NET. I am new in webparts. I don't know whether there is any provider available for Oracle. Please help me?
Hemant Kothiyal
  • 4,092
  • 19
  • 61
  • 80
0
votes
1 answer

sharepoint rest services - executeAsync not working

I'm using Sharepoint Rest services to update List Items. To do the update, I'm using the function executeAsync from the SP.RequestExecutor object. The code was working fine, but while I was testing it today, I realized the ListItems weren't updating…
Morgan Soren
  • 563
  • 4
  • 14
  • 33
0
votes
1 answer

Can't find the webpart after deployment

Whenever I deploy solution to my Sharepoint 2010,Visual Studio says "deployment was successful", but the webpart is still missing. Feature is in the "Site Features" and it is activated. But webpart is not in webparts collection (Site Setings->Web…
Augis
  • 1,903
  • 1
  • 16
  • 21
0
votes
1 answer

ASP.NET web parts - not stored in a cookie

Recently I was reading the MCTS ASP.NET 3.5 exam preparation book. I finished the lesson about web parts. The author said that user personalization is stored in a database and tracked by a cookie in a web browser. I checked the database - it's…
pkolodziej
  • 1,347
  • 3
  • 17
  • 24
1 2 3
99
100