InfoPath Video Tutorial: How to change a SharePoint Form Library template @ InfoPath Solutions Blog
Forfatter: Bo Jensen
InfoPath, Sharepoint
InfoPath Video Tutorial: Automatically create InfoPath forms in a SharePoint Form Library using a SharePoint Designer workflow @ InfoPath Solutions Blog
by Bo Jensen •
InfoPath Video Tutorial: Automatically create InfoPath forms in a SharePoint Form Library using a SharePoint Designer workflow @ InfoPath Solutions Blog
Sharepoint
Customizing SharePoint Sites and Portals: Using Templates and Site Definitions, Part 2
by Bo Jensen •
detjsljje Customizing SharePoint Sites and Portals: Using Templates and Site Definitions, Part 2
Sharepoint
The SharePoint Redemption » Hide Edit Page in Site Actions Menu
by Bo Jensen •
The SharePoint Redemption » Hide Edit Page in Site Actions Menu
Webdevelopment
Creating a DotNetNuke® Module – For Absolute Beginners! – CodeProject
by Bo Jensen •
Creating a DotNetNuke® Module – For Absolute Beginners! – CodeProject
DotNET
Create Simple Database From DataSet And XML File Visual Basic 2005
by Bo Jensen •
Create Simple Database From DataSet And XML File Visual Basic 2005
DotNET, SQL Reporting Services
Create a web service directly from Sql Server 2005 using an HTTP Endpoint – Raymond Lewallen – CodeBetter.Com – Stuff you need to Code Better!
by Bo Jensen •
Create a web service directly from Sql Server 2005 using an HTTP Endpoint – Raymond Lewallen – CodeBetter.Com – Stuff you need to Code Better!
Sharepoint
8 Steps to Create Workflows using SharePoint Designer – CodeProject
by Bo Jensen •
8 Steps to Create Workflows using SharePoint Designer – CodeProject
InfoPath, Sharepoint
How To: Publish InfoPath Form To MS Sharepoint « How To Sharepoint.NET
by Bo Jensen •
How To: Publish InfoPath Form To MS Sharepoint « How To Sharepoint.NET
InfoPath, Sharepoint
Tech Thoughts : Designing a browser-enabled InfoPath form that can store data in a database – Part1
by Bo Jensen •
Tech Thoughts : Designing a browser-enabled InfoPath form that can store data in a database – Part1
InfoPath, Sharepoint
Programmatically create a browser enabled InfoPath form – CodeProject
by Bo Jensen •
Programmatically create a browser enabled InfoPath form – CodeProject
InfoPath, Sharepoint
Form Management in MOSS 2007 – CodeProject
by Bo Jensen •
Form Management in MOSS 2007 – CodeProject
Sharepoint
Visual Studio Add-In for Web Parts Generation – CodeProject
by Bo Jensen •
Visual Studio Add-In for Web Parts Generation – CodeProject
Sharepoint
How to Setup an Environment for MOSS – CodeProject
by Bo Jensen •
How to Setup an Environment for MOSS – CodeProject
Sharepoint
Windows SharePoint Services 3.0 (WSS 3.0) and Form Base Authentication – Network Administrator Knowledgebase
by Bo Jensen •
Windows SharePoint Services 3.0 (WSS 3.0) and Form Base Authentication – Network Administrator Knowledgebase
Webdevelopment
LINQ Error: String must be exactly one character long.
by Bo Jensen •
LINQ Error: String must be exactly one character long.
General
Top 20 Programming Lessons I've Learned in 20 Years – DCS Media
by Bo Jensen •
20/20: Top 20 Programming Lessons I’ve Learned in 20 Years – DCS Media
DotNET, Webdevelopment
Konverter URLs i tekst til links
by Bo Jensen •
Hvis du vil tilbyde dine brugere at skrive links, men ikke vil tillade dem at skrive HTML ned i databasen, så kan du med denne metode bare lade dem skrive den “nøgne” url og derefter selv konvertere den til link ved udlæsningen.
Webdevelopment
Validate String For Positive Integer Values (C# Code) • Geekpedia
by Bo Jensen •
Validate String For Positive Integer Values (C# Code) . Geekpedia
Webdevelopment
“Wiki-ficer” dine links
by Bo Jensen •
Nedenstående kodestump viser hvordan man med lidt css, kan vise et ikon sammen med sine links i stil med diverse Wiki’: viden.web-bits.dk <html> <head> <style> a.external { background-image: url(ExternalLink.gif); PADDING-RIGHT: 14px; background-repeat: no-repeat; background-position: left 50%; padding-left: 14px; } </style> </head> <body> <a href="viden.web-bits.dk" class="external">Testlink</a> </body> </html> .csharpcode, .csharpcode pre { font-size: small; color: black;…