Posted by: rahilkhan on: June 16, 2009
Even though Microsoft has done a great job on improving the user interface in SharePoint 2007, some things are still buried and require a little “black magic” to get done. In this entry I’ll show you how to enable anonymous access on your site. First, you need to enable anonymous on the IIS web site (called [...]
Posted by: rahilkhan on: June 16, 2009
Hi All Secondary data sources in Microsoft Office InfoPath are XML files, databases, SharePoint lists, or web services that have been linked to an InfoPath form, but for which no data is persisted in the form itself. Therefore, any changes made to the data of a secondary data source are lost upon closing the form, [...]
Posted by: rahilkhan on: June 16, 2009
Hi, In fusioncharts if you give numbersuffix=’%’ alone, it will not work. You need to give numbersuffix=’%25′ to display ‘%’ as suffix. or Add the showPercentageValues=’1′
Posted by: rahilkhan on: June 16, 2009
The Code is to get the current path where the application/project resides… Syntax: HttpContext.Current.Request.PhysicalApplicationPath Example: StreamReader(HttpContext.Current.Request.PhysicalApplicationPath + @”\DataBase\riyaz_db.sql“);
Posted by: rahilkhan on: June 16, 2009
Hey, i was facing a similar issue when he created a Sql Server integration service project the error was Failed to save package file …. with error 0x8002801D “Library not registered.” The solution is we need to call “regsvr32 msxml6.dll”, to register the library. Resource: http://blogs.msdn.com/mapo/archive/2008/08/05/vs2008-integration-services-project-error-failed-to-save-package-file-with-error-0x8002801d-library-not-registered.aspx Regards Mohamed Riyaz Ali Khan
Posted by: rahilkhan on: June 16, 2009
Hi You can download free Master page samples for SharePoint from Microsoft website. Click to view the download page The Link also has the instructions to setup. Regards Mohamed Riyaz Ali Khan