Archive for August, 2007
If you’ve restored the SharePoint site using commands Site –> Administration –> Restore site and this site had special XSLT data views you may be in for a big surprise! You can receive the following message: Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Windows SharePoint Services-compatible […]
The upgrade from Windows SharePoint Services 2.0 to 3.0 gave us in the company the opportunity to reconstruct some of the sites. The issue was that while the new site in WSS3 was in development, the site in the current server would stay active. With version 2 this wouldn’t be a problem. While having the […]
It was a while from when I was checking what interesting gadgets blogger had to offer. Ofcourse checking them I was pleasantly surprised. So not so long ago using some new gadgets, I’ve rearranged my homepage a bit: removed “About me” part added “Read about” section with all my tags so you can filter using […]
As mentioned in my previous post, you can pass parameters throught URL between pages. The problem can arise if you have special characters in parameters, like č, ž, š, spaces, etc. If you have the url http://www.mysite.com/default.aspx?test=12 3 it will change to http://www.mysite.com/default.aspx?test=12%203 – so spacebar is converted to %20. And the function queryString would also […]