194 reputation
6
bio website ahca.myflorida.com
location Tallahassee, FL
age 36
visits member for 2 years, 5 months
seen May 11 at 15:13
stats profile views 15

.NET Developer working for the State of Florida.

SharePoint Aficionado.

Android enthusiast.

Student of life, love, coffee, chocolate, and children.


Apr
26
comment ResolvePrincipal vs SearchPrincipal
Glad I could help, Colin (:
Apr
26
answered ResolvePrincipal vs SearchPrincipal
Apr
24
comment ResolvePrincipal vs SearchPrincipal
I'm thinking you are running into an issue when peeking into all of those PrincipalSource.All sources. Perhaps a permissions issue? Are you really able to get into a RoleProvider, MembershipProvider, Active Directory and the UIL between the client and the 2013 Provider Host? ResolvePrincipal(...) stops looking when it finds a single user. The first enum in PrincipalSource is the UIL. But, SearchPrincipals(...) has to go through all of its other possible sources (when using .All) and may be unhappy with the walls it's hitting. - Good luck (:
Apr
9
answered Add Custom link in topnavigation bar
Apr
4
answered Using the Content Deployment API, how to delete items from destination?
Apr
4
answered Calendar View Dates
Apr
4
answered Better way to get a SPListItem by Field
Apr
4
answered Get the Top level Site URL without SpContext.Current.Site.URL
Apr
4
comment Show number of items in Folder in ListView
Did this answer the question for you?
Apr
4
comment Problems with web service GetList. List not found!
Did this answer the question?
Apr
4
awarded  Editor
Apr
4
revised How to perform date validation in publishing page layout?
In order to answer the question as clarified in the comments I did some deeper digging...
Apr
4
comment How to perform date validation in publishing page layout?
My recommendation, though not stated very clearly, was to use the datejs.com site as an example. See the demo textbox and what items it could handle? Notice that it validates on-the-fly? You can have the textbox on your publishing page validate itself upon entry of data just like their example does. Not sure why that deserved a down vote ):
Apr
3
answered How to perform date validation in publishing page layout?
May
4
comment Convert document library word document to pdf using third party dll
iTextSharp
May
4
comment Access denied when code is executed remotely as a wcf service
Have you assigned the service account rights in Word Automation Services application?
May
4
answered Usage report in WSS
May
4
comment Index out of range, when opening folders in Shared Documents
Is the URL getting too long? SharePoint has 255 length I believe...
May
4
comment Unable to get trusted domain users in CA people picker?
Is the user account actually a security group?
May
4
answered Where do you specify a different product key for your front end web servers and your app server?