SharePoint
There are 7 entries for the tag SharePoint
Register now at http://www.stlouisdayofdotn... The Date This year's conference will be held on Friday and Saturday, August 20-21, 2010, at the Ameristar Conference Center in St. Charles, Missouri. Sessions will begin at 8:00 a.m. and run through 4:30 p.m. on both days. Registration and sign-in will open at 7:00 a.m. on Friday morning, and will run throughout the event. The Venue Based on the almost unanimous feedback from last year's event, we are very excited to bring our conference ......
Last week, the Microsoft Visual Studio team released a new Visual Studio 2010 & .NET Framework 4 Training Kit that works with the Visual Studio 2010 Release Candidate. The training kit This includes 17 presentations, 22 Demos and 32 Hands-on Labs. I am also particularly excited to see content added for Visual Basic, as well as Office, SharePoint and Application Lifecycle Management! This kit is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework ......
\I keep forgetting how to do this so I'm blogging it to help me remember. Back in the days of WSS v2 and SPS 2003, one could use some handy URL parameter passing to edit web pages and browse for or search web parts. My three favorite parameters for WSS v2 and SPS2003 were: To Correct or Remove Misbehaving Web Parts http://server/default.aspx?... To Open the Page in Web Part Design Mode http://server/default.aspx?... To Open the Search Web Part Zone http://server/default.aspx?... ......
So there I was -- another day of writing slick AJAXified custom SharePoint web parts. This was a simple one. A series of dropdowns that cause subsequent dropdowns to be re-populated with increasingly restrictive data. Planet Continent Country etc. But, when I changed the planet choice to be "Earth" the continent choice DID populate with the continents on earth but it caused a complete page round trip -- not the smooth AJAXified action I expected. Plus, my UpdateProgress panel wasn't being displayed ......
File this one under the "yet another useless error" category. I was trying to publish a form that I prevously had succesfully published to my development VPC. Every time I tried to publish it would say "the following url is not valid" when I entered the path to the sharepoint site. Doing the standard search for the error yielded several potential solutions ranging from re-installing .NET, make sure there's a site at the root "/" and make sure there's a SSP. Additional searching yielded the other ......
I wrote this series of data entry SharePoint web parts using Infragistics' UltraWebGrid in C#. Afterwards, the client proclaimed they really wanted everything in VB so I used one of those online converters and it didn't take hardly any time at all. The project was created with Ted Pattison's STSDEV available on CodePlex. (I highly recommend this tool ... thanks to my buddy Brendon Schwartz, SharePoint MVP for pointing me to it.) Unfortunately, the version of STSDEV I used only created C# projects ......
You've been there. "It works on my box!" Our new SharePoint web parts don't work in production! This project called for a suite of data entry grids inside custom SharePoint web parts. The customer already owned Infragistics' NetAdvantage for ASP.NET so I used their UltraWebGrid. Very slick and easy to deploy with your custom web parts. The primary feature they wanted was the cool Excel-like cut-n-paste functionality but that wasn't working in our production environment. At the beginning of the project, ......