Search result for:
Press ESC to close Search Result or press here

n8design


Art, Design, Media, Web & SharePoint … by Stefan Bauer
12. May 2013

Remote form customization: Passing data to a modal dialog – Part 1

0

Let’s jump right into the topic how it is possible to pass data to a modal dialog. On first sight it looks like a complex task but after you read this article you will get an overview how it works. In this simple scenario I use a HTML Form web part with a text box [...]

9. May 2013

Remote form customization in modal dialogs

0

You might know this situation, when you like, for example, pass a query string to a modal dialog to preselect values in a list form. With SharePoint Designer or custom development this is an easy task. What if you like to customize the form without permanently modifying the form itself?

31. March 2013

Problem with script debugging in Visual Studio 2010 and IE 10 – Solved

0

Recently I updated the Internet Explorer on one of my SharePoint Development Servers to IE 10. Since then I wasn’t able to script debug directly in Visual Studio 2010. The problem was whenever I tried to attach to the Internet Explorer process I got the error message that a debugger is already attached to this process.

10. December 2012

Encode and decode field names from display name to internal name

6

In this article you will learn how fields in SharePoint can be encoded from a display name to an internal field name. The problem with the difference between internal field names and display name is that, SharePoint won’t have any built in function that is available to use in your code.

30. August 2012

Lookup fields as site column declarative deployed

7

In this article I like to show you my way to deploy lookup fields to SharePoint declarative. I need to note that I won’t do this fully declarative but found a solution that works best. This will be used by SharePoint internally and is fully supported. The lookups I’m talking are lookup fields deployed as site column.