1
vote
1answer
155 views

Change Sharepoint Calendar View from month to day

How to change calendar view from month to day on button click event without ribbon ?
2
votes
2answers
3k views

Difference between WebPart & Visual Web Part

I'm not sure how Visual Web Part is different from the actual Web Part in SharePoint 2010. Thanks!
1
vote
1answer
312 views

Call Javascript on Sharepoint Calendar add button Click

How to call JavaScript in SharePoint Calendar Add Button Click event ?
2
votes
3answers
385 views

How to change active directory password from webpart?

How to change active directory User Account Password using code?
2
votes
3answers
551 views

Retrive data using Caml Query Join Operation

How can I retrieve data from two SharePoint List using Join CamlQuery ?
1
vote
1answer
87 views
1
vote
0answers
118 views

SPQuery on ECT very slow

I am creating a custom web part which is supposed to return results from an External Content Type(ECT) List which contains almost 40,000 records. There are multiple ways the items can be searched and ...
1
vote
0answers
942 views

Why Sharepoint FormField's ID is parametrized and how it can take different values after its initial creation?

In SPD 2010, on designer surface of a web part page I insert DataFormWebPart by: "Current Data Source" ("Data Sources Details" Task Pane) --> choose rows --> "Insert Selected Fields As.." --> "New ...
1
vote
1answer
89 views

How to restore to the smaller size of image control visible at designer?

All of sudden, few hours ago, I started to have a weird problem in all sites of my Sharepoint Server 2010 dev machine. In any of old and new, built-in and custom WebPart pages of list views, ...
2
votes
1answer
2k views

Cannot add WebPart to master page using SP Designer

I've built a WebPart for a SharePoint 2010 site. I need to add it to one of its master pages (using SharePoint Designer), and when I select it from the WebParts menu I click it but I don't see it ...