Sign in
Thom Robbins .NET Weblog
A blog of the technical and only sometimes uneventful side of programming in .NET and life within Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET Framework
.NET Framework 3.0
.NET General Tips and Tricks
Atlas
Biztalk
CardSpace
Code Camp
DataGrid Programming
Fun and Interesting
InfoPath Tips and Tricks
Mobile Development
New England Developer Events
Office 2007
Pages
Regular Expression Tips and Tricks
SharePoint Tips and Tricks
Speech Related
Visual Basic
Visual Studio
Visual Studio 2005
Visual Studio 2008
WCF
Web Services
Windows Forms Tips and Tricks
XML Tips and Tricks
Archive
Archives
September 2009
(1)
March 2009
(2)
January 2009
(3)
December 2008
(5)
November 2008
(7)
February 2008
(2)
January 2008
(3)
December 2007
(7)
November 2007
(6)
October 2007
(2)
September 2007
(6)
August 2007
(5)
July 2007
(4)
June 2007
(10)
May 2007
(5)
April 2007
(4)
March 2007
(9)
February 2007
(6)
January 2007
(8)
December 2006
(20)
November 2006
(39)
October 2006
(12)
September 2006
(15)
August 2006
(30)
July 2006
(27)
June 2006
(46)
May 2006
(42)
April 2006
(40)
March 2006
(48)
February 2006
(37)
January 2006
(37)
December 2005
(24)
November 2005
(22)
October 2005
(41)
September 2005
(41)
August 2005
(44)
July 2005
(25)
June 2005
(19)
May 2005
(13)
April 2005
(18)
March 2005
(10)
February 2005
(21)
January 2005
(14)
December 2004
(25)
November 2004
(14)
October 2004
(18)
September 2004
(4)
August 2004
(39)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Thom Robbins .NET Weblog
Displaying Currency using InfoPath
Posted
over 9 years ago
by
trobbins
0
Comments
Question: I have a question. I am in the process of building an InfoPath form and I can’t seem to figure out how to display a value formatted as currency. I know that I can write a script to do that. I have found some examples of formatting strings. It...
Thom Robbins .NET Weblog
Displaying Currency within InfoPath
Posted
over 9 years ago
by
trobbins
1
Comments
Question: I have a question. I am in the process of building an InfoPath form and I can’t seem to figure out how to display a value formatted as currency. I know that I can write a script to do that. I have found some examples of formatting strings. It...
Thom Robbins .NET Weblog
Will I see you there?
Posted
over 9 years ago
by
trobbins
7
Comments
via http://www.bostondotnet.org Wednesday 10.6.2004 Cabana Night MSFT Waltham Register The No-Seminar Zone The popular TechEd 2004 Cabanas Cabana Night is an opportunity to get any and all questions answered by a who's who of New England .NET experts...
Thom Robbins .NET Weblog
Event Announcement
Posted
over 9 years ago
by
trobbins
1
Comments
This looks like a really cool event. DataDirect will be hosting a design preview in your city this September. More details below and on their site. http://www.datadirect.com/events/designpreview/index.ssp Boston : September 9 - Burlington Marriott Washington...
Thom Robbins .NET Weblog
Base 64 Format Conversion
Posted
over 9 years ago
by
trobbins
0
Comments
Recently, I was working with an InfoPath solutions prototype. The idea behind the solution was that a user would be taking a digital photo (JPEG). As they downloaded the pictures to their local machines, they would be able to include these camera shots...
Thom Robbins .NET Weblog
Using XSLT and Example
Posted
over 9 years ago
by
trobbins
0
Comments
I really like how I can use an XML document to separate the storage of application data from its presentation. The XML document contains a self describing set of data structures that I can define using my own vocabulary definitions. One of the major advantages...
Thom Robbins .NET Weblog
Using XSLT an Example
Posted
over 9 years ago
by
trobbins
2
Comments
Using XSLT – An Example I really like how I can use an XML document to separate the storage of application data from its presentation. The XML document contains a self describing set of data structures that I can define using my own vocabulary definitions...
Thom Robbins .NET Weblog
Excluding Areas
Posted
over 9 years ago
by
trobbins
0
Comments
I was recently working with a customer and they had a business requirement that required one of the SPS areas be excluded from the search. In order to exclude an area from the search perform the following steps. 1. From the SPS home page 2. Select Change...
Thom Robbins .NET Weblog
Configuring access requests for a list or document library
Posted
over 9 years ago
by
trobbins
2
Comments
You can allow users to request access to a particular list or document library by changing the settings for that list. If access request is enabled for a site collection, by default it is enabled for all lists in that site collection. If access request...
Thom Robbins .NET Weblog
What is an Interface?
Posted
over 9 years ago
by
trobbins
1
Comments
Interfaces help to define the various properties, methods and events that classes are able to implement. For developers these fine a small group of closely related properties, methods, and events. Additional feature and functionality can be added at any...
Thom Robbins .NET Weblog
Static Site Deletion
Posted
over 9 years ago
by
trobbins
1
Comments
I was visiting a customer the other week that had recently deployed SharePoint within their enterprise. The good news was that it had caught on like wild fire within in a relatively short period of time. Users had created almost five thousand sites and...
Thom Robbins .NET Weblog
Code Camp 2: The Return is Back!
Posted
over 9 years ago
by
trobbins
4
Comments
It seems that I am almost caught up after my recent hard drive crash. I am reposting and catching up with everything. I have reposted the Code Camp 2 speakers page and will continue to update it. It is going to be a killer set of sessions and definitely...
Thom Robbins .NET Weblog
SQL Server 2000 Reporting Services
Posted
over 9 years ago
by
trobbins
1
Comments
I have been getting a lot of questions from people interested in SQL Server 2000 Reporting Services. Personally, I find it one of the most interesting and developer focused products available. It is important to really understand the underpinnings of...
Thom Robbins .NET Weblog
The Quick Web Services Guide
Posted
over 9 years ago
by
trobbins
0
Comments
The Windows SharePoint Services Web Services provided in the Microsoft.SharePoint.SoapServer namespace provide numerous methods for accessing site content. These include methods for working with lists, site data as well as methods for customizing meeting...
Thom Robbins .NET Weblog
Getting a Value
Posted
over 9 years ago
by
trobbins
2
Comments
Let’s start with a DataGrid that looks like the following If we wanted to retrieve the value that a user selects from the drop down list control shown in Column 4 into a value. We would use the following code. ' Gets the value the dropdown control in...
Thom Robbins .NET Weblog
Creating a DataGrid Programatically
Posted
over 9 years ago
by
trobbins
0
Comments
Someone recently asked me how you can programmatically create a DataGrid. So here is an example that I put together. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load CreateGrid() End Sub Public Sub...
Thom Robbins .NET Weblog
Customizing the DataGrid
Posted
over 9 years ago
by
trobbins
0
Comments
Let’s start with a DataGrid that binds to a DataSet that is returned from a Web Service using the following code. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Put user code to initialize the page...
Thom Robbins .NET Weblog
The Quick Web Service Guide
Posted
over 9 years ago
by
trobbins
4
Comments
The Quick Web Service Guide The Windows SharePoint Services Web Services provided in the Microsoft.SharePoint.SoapServer namespace provide numerous methods for accessing site content. These include methods for working with lists, site data as well as...
Thom Robbins .NET Weblog
SharePoint Indexing Basics
Posted
over 9 years ago
by
trobbins
0
Comments
The SharePoint search architecture is organized and maintained within a content index that is used to provide searching. SPS provides four options for maintaining content indexes as shown in Table 1. It is important for developers and administrators to...
Thom Robbins .NET Weblog
SharePoint Indexing Basics
Posted
over 9 years ago
by
trobbins
2
Comments
SharePoint Indexing Basics The SharePoint search architecture is organized and maintained within a content index that is used to provide searching. SPS provides four options for maintaining content indexes as shown in Table 1. It is important for developers...
Thom Robbins .NET Weblog
Looking at XSD
Posted
over 9 years ago
by
trobbins
0
Comments
XSD has become a core part of many of the customers that I work with. Within these customers they are using XSD as a standard way of representing various enterprise objects. By defining a standard way to describe these objects using XSD they are able...
Thom Robbins .NET Weblog
Introducing XSD
Posted
over 9 years ago
by
trobbins
3
Comments
XSD has become a core part of many of the customers that I work with. Within these customers they are using XSD as a standard way of representing various enterprise objects. By defining a standard way to describe these objects using XSD they are able...
Thom Robbins .NET Weblog
Creating Custom Site Definitions
Posted
over 9 years ago
by
trobbins
0
Comments
Each front end Web Server in a Windows SharePoint Server solution contains at least one Webtemp.xml file that is by default located in the c: Program FilesCommon FilesMicrosoft Sharedweb server extensions60TEMPLATE1033XML folder. This file is used to...
Thom Robbins .NET Weblog
Creating Custom Site Definitions
Posted
over 9 years ago
by
trobbins
1
Comments
Creating Custom Site Definitions Creating Custom Site Definitions Each front end Web Server in a Windows SharePoint Server solution contains at least one Webtemp.xml file that is by default located in the c: Program FilesCommon FilesMicrosoft Sharedweb...
Thom Robbins .NET Weblog
NewsReader Update
Posted
over 9 years ago
by
trobbins
0
Comments
Well with Mobility Day over and things getting back to normal. I finally got a chance to read through some email and make some updates to the NewsReader Pocket PC RSS reader. I added some new functionality and fixed a few bugs that had been reported....
Page 1 of 2 (33 items)
1
2