Saturday, February 25, 2012
-Who is interested about SharePoint Web Development but looking for a guideline how to start?
A SharePoint Technical session will be held on Tomorrow 12PM at BASIS SOFTEXPRO 2012. I hope you already registered for the session as you need to sign up to attend the following session.

A brief summary of my session:
Microsoft SharePoint is a web application platform developed by Microsoft. SharePoint is typically associated with web content management and document management systems, but it is actually a much broader platform of web technologies, capable of being configured into a wide range of solution areas.
• SharePoint is an Application that sits on top of ASP.net (3.5 SP1 in the current SharePoint 2010)
• SharePoint overrides a lot of ASP.net built-in functionality (they have their own .aspx Parser)
• People use basic templates for basic websites (wordpress, joomla...), but most companies use SharePoint, because management of enterprise websites with SharePoint is really user friendly :)
…
…
The session will try to expose more in the session.Here is the presentation slide
Wednesday, January 18, 2012
It was full of engineers & IT professional who were eager-to-learn about SharePoint and the presentation was exactly for them. This was my 2nd Presentation on the Community Day as I already descried about it in my previous post. Sorry to post this in late and this is just to share my feelings with you.
Robiul, SoftwarePeople started the presentation for the ASP.Net Developer who are completely unfamiliar with SharePoint. He diverted his presentation to others audience who are little bit familiar with SharePoint and need some advance topic to learn. Finally he ended up with questions and answers and I started after that to show Silverlight Integration with SharePoint and How to work with MSDN Virtual Lab for SharePoint Development. Recently I post at article on Silverlight Integration as CodeProject as Part 1 and I will continue write more in the 2nd part.
Just Keep in Touch and write your question in the Group Page
http://www.facebook.com/groups/SharePointExpert/
Thursday, January 12, 2012
Before I describe about my session, let me introduce the history of making this great event. We SharePoint Experts Community arranged this Community Day jointly with Microsoft to introduce SharePoint 2010 on 7th January 2012 which is the first time in Bangladesh. Thanks to Microsoft Bangladesh to Sponsor the whole Program and others co-sponsors.
We planned 6 months ago to arrange this type of event for Developers and IT Professional who might be interested about SharePoint Technology and proposed to Microsoft Bangladesh. They positively approved our proposal and we found lots of interest, comments about the event from the developers, IT pro when we declared the final day at Facebook event page.
Omi Azad, Developer Evangelist well-described about the whole session at Microsoft SharePoint Community Day 2012. You will find all speaker’s presentation slides to download.
The first Presentation was SharePoint 2010 Overview presented by me. It was mostly focused for IT professional who are completely unfamiliar with SharePoint. I tried to show it with example how and why SharePoint is necessary in the industry.
Here is the brief summary of my session:
What is SharePoint ?
SharePoint is a browser-based platform from Microsoft that allows for easier, timely and effective documents management, content management, collaboration, search etc.
Why need SharePoint?
I need SharePoint as it makes life easier for people to work together.
How? ?
Let’s imagine the following scenario (play video) which will provide you the answer
SharePoint History
SharePoint 2001 –> SharePoint 2003 –> SharePoint 2007 –> SharePoint 2010
MS SharePoint 2010 - The Business Collaboration / Internet Business Web Platform
- Connect and Empower People
- Cut Costs with a Unified Infrastructure
- Rapidly Respond to Business Needs
The capabilities of MS SharePoint Server 2010 are focused in six areas. The Core Features are Sites, Communities, Content, Search, Insigts, Composites.
What are sites?
The basic capabilities required to use SharePoint sites to engage employees, partners and customers in an effective manner, both inside and outside the firewall. Quickly build / deploy Enterprise class web sites that help reach, engage and empower employees, customers and partners
What are Communities?
Formally Known as “Collaboration”. The ability to easily access expertise and interact with other people in new and creative ways across the enterprise through both formal and informal networks.
What does mean SharePoint Content?
Formally known as “Content Management”.The facilities for the creation, review, publication and disposal of content including conforming to defined compliance rules, whether the content exists as traditional documents or as Web pages. SharePoint 2010’s content-management capabilities include:
- Web Content Management
- Document Management
- Record Data Management
SharePoint Search
Employees / consumers need tools to quickly locate relevant information from diverse data sources.
- Find information across the desktop, intranet and Internet
- Use information via intuitive, familiar interfaces
- Share information among teams and connect people in real-time
What are SharePoint Insights?
Information workers need tools to make well informed business decisions and enable competitive advantage. So, Insights Support:
- Effective data analysis and decision-making with Excel Services
- Enhanced business insight with PerformancePoint Services
SharePoint Composites
It is basically pervasive external data with Business Connectivity Services.
Investments for the Developer
ASP.Net Developer can use existing knowledge and resources with VS 2010 integration.
How SharePoint Is Helping Customers Delivering Value
- Lower Total Cost of Ownership (TCO)
- Reduce IT costs and complexity
- Reduce development costs
- Simplify management & training
- Maximize Return on Investment (ROI)
- Get more for less
- Improve employee productivity
- Enhance customer service
Here is the complete Presentation slide
Please provide your feedback if you feel it is useful for you.
Wednesday, July 13, 2011
Have you ever get the following error when you run Central Administration in SharePoint Server? I hope you haven’t yet and make yourself ready to fix this error for future 
Config Error There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler'section defined
Problem: I have installed SharePoint 2010 in a server and recently I got this error in my server when I tried to run central administration. I was stuck here to resolve this issue as it was my staging server and I can not re-build everything from scratch. How I resolved this problem?
Solution: I started to run SharePoint Configuration Wizard to Fix this but I got the following Error
Failed to provision the SharePoint Central Administration Web Application.
An exception of type System.Runtime.InteropServices.COMException was thrown. Additional exception information: Filename: \\?\C:\inetpub\wwwroot\wss\VirtualDirectories\46824\web.config
Line number: 25
Error: There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
This issue occurred due to running the SharePoint Application pool under .NET framework 4.0, however, the application is compiled with .NET framework 3.5. SharePoint 2010 is running under .NET framework 3.5. So, in this case, please make sure the application pool is running under .NET framework 3.5.
Details:
http://mssharepointtips.com/tip.asp?id=1172&page=1
Note: DO not remember to re-start IIS after changing .NET framework version to V2.0.50727.
Tuesday, March 15, 2011
How can we get SMTP to work on Windows 7 (Development Environment) as we used to just be able to turn it on for a windows XP box. 
SMTP isn't included in Windows 7 by default. But you can install Remote Server Administration Tools that includes SMTP Server Tools for Windows 7. It enables IT administrators to manage roles and features that are installed on remote computers that are running Windows Server 2008 R2 but it can be installed ONLY on computers that are running the Enterprise, Professional, or Ultimate editions of Windows 7.

First install Remote Server Administration Tools, and then upgrade to Service Pack 1 as it CANNOT BE INSTALLED on computers that are running Windows 7 with Service Pack 1 (SP1).

Download http://www.microsoft.com/downloads/details.aspx?FamilyID=7d2f6ad7-656b-4313-a005-4e344e43997d
For configuring SMTP E-mail IIS 7, please refer to: Configure SMTP E-mail (IIS 7)
Thursday, March 03, 2011
Many applications need Claim Based Authentication instead of Classic Mode Authentication. The Form Based Authentication (FBA) is one type of Claim Based Authentication. The default login page of FBA in SharePoint 2010 is very simple which only provides a simple Login control with the user name, password and remember me option. But many developers want to implement a customized login page for a better looking experience or more options according to business requirements.

Creating and Deploying a Custom Login Page for SharePoint 2010 Forms Based Authentication article will demonstrate how to create a custom login page for a SharePoint site using Visual Studio 2010 and deploy it in a server farm. It will also include how to change the default login page URL from the Central Administration Application Provider Settings.
More details in http://www.mssharepointtips.com/tip.asp?id=1093
Thursday, February 24, 2011
I am new writer at http://www.mssharepointtips.com/ for writing SharePoint tips, tricks and real world problems and feeling proud to become writer for their portal. Many thanks to Jeremy Kadlec, Edgewood Solutions to select me as a professional writer. My first article will be publish here (below) from 1st March 2011 on “Creating and deploying custom Login page for SharePoint 2010 FBA authentication”

View my Profile: http://www.mssharepointtips.com/author.asp?id=23
Join in Twitter: http://twitter.com/SharePointTips
Join in Discussion Group: http://www.linkedin.com/groups?gid=2986608
Everyone is welcome go there and feedback me.
Keep watch!!!

MJ Ferdous
Tip Writer, Edgewood Solutions
URL: www.mssharepointtips.com
Thursday, January 06, 2011
This is known issue with SharePoint 2007 or SharePoint 2010 on Windows Server 2008 platform and not specific to any sharepoint application.
Problem: Your windows credential doesn’t work if you try to log in to the web application (http://contosto.company.com) on the server itself although you can access the same site from outside, when you create a SharePoint web application with a host header (contosto.company.com) on SharePoint Server (Server Name: contosto) which is installed on Windows Server 2008. This problem is happening with the recent patches.

If you check the event viewer logs on “Security” category, you will see something like the one below under Audit Failure Keyword

The main reason for this issue is Windows includes a loopback check security feature that helps prevent reflection attacks on your computer. Therefore, authentication fails if the FQDN or the custom host header that you use does not match the local computer name as the system blocks the authentication procedure while resolving the host header given to the web application.
To resolve this issue, a modification must be done to the server's registry to specify the host name. To specify the host names that are mapped to the loopback address and that can connect to Web sites on your computer, follow these steps:
- Click Start, click Run, type regedit, and then click OK.
- In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0
- Right-click MSV1_0, point to New, and then click Multi-String Value.
- Type BackConnectionHostNames, and then press ENTER.
- Right-click BackConnectionHostNames, and then click Modify.
- In the Value data box, type the host name or the host names for the sites that are on the local computer, and then click OK.
- Exit Registry Editor, and then restart the computer.

The name placeholder is considered a host header. It is an alternative name for the computer on which Reporting Services is installed. You must add the NetBIOS and the Fully Qualified Domain Name (FQDN) for name to the BackConnectionHostNames list that is stored in the Windows registry.
For example, if name is a Windows computer name, such as contoso, the name can likely also be referenced in FQDN form as contoso.domain.com. You must add both representations to the list in BackConnectionHostNames.
So, The above registry modification must be done for all other SharePoint applications which are using Host Header.
Reference:
You receive an error message when you use SQL Server 2008 Reporting Services: "HTTP 401.1 - Unauthorized: Logon Failed"
Wednesday, December 29, 2010
You need to make scheduled nightly backups using powershell or stsadm. You would like to schedule regular backups using windows scheduled but how to create the batch files to run the powershell backup. I had the same problem and I am showing you how to solve this:
PowerShell Command to backup SharePoint Site Collection
backup-spsite -identity http://SPServer:10001/ -path C:\Backup\Backup.bak
OR backup-spsite -identity http://SPServer:10001/ -path C:\Backup\Backup.bak –force (use force to overwrite existing file)
So, You can use backup-spsite to do http://SPServer:10001/ site backup. For example, the follow script will start a full backup to C:\backup where you can send site collection URL and backup file name as parameter to PowerShell Script
$args[0] = http://SPServer:10001/ and
$args[1] = C:\backup\backup_site.bak
Add-PSSnapin Microsoft.SharePoint.PowerShell
backup-spsite -identity $args[0] -path $args[1] -force
Save it as C:\Scripts\BackupSPSite.ps1 as Windows PowerShell script files are .ps1 files. And put the following inside your batch file to run from Windows Task Scheduler.
@echo off
SET SOURCE_SITE=http://SPServer:10001/
SET DEST=c:\backup\Backup_site.bak
powershell -command C:\Scripts\BackupSPSite.ps1 %SOURCE_SITE% %DEST%
Save it as C:\Scripts\BackupSPSite.bat run it from Task scheduler. In task scheduler, the account need to be set with admin permissions to run it properly.
You can use it to keep your daily backup of SharePoint Site. You can also do entire Farm backup using the following command in PowerShell Script
Backup-SPFarm -Directory C:\Backup -BackupMethod full
Monday, December 13, 2010
I was trying to configure IIS 6 SMTP server for outbound mail in Windows Server 2008. I was getting error highlighted in below:
Telnet: 550 5.7.1 Unable to relay for ferdous@congral.com
I am sharing my experience here how to solve this error. This is an error reply from your SMTP mail server. It indicates that your mail server is not configured to allow you to send mail through it. The standard port is 25 for SMTP connections. You can check your SMTP Server on SMTP port 25 using Telnet command.Open "MS-DOS prompt" or "command prompt". Just type the following command in the command prompt window and press "Enter":
telnet domain-name.com 25

The above highlighted line shows the error. So, You need to do the following if you get the SMTP error message "550 5.7.1 Unable to relay"
By default, the SMTP virtual server allows relaying only from authenticated users. This configuration is designed to prevent unauthorized users from using your Exchange server to relay mail. The virtual server's default configuration allows only authenticated computers to relay mail.
Change Default Relay Restriction:
Go to IIS6.0 Manager –> SMTP Virtual Server Properties –> Go to Access tab
Change to “All except the list below” to remove restriction. You also add Restricted IPs or domain name that you don’t want to allow.

This should solve your problem to allow to send email anywhere like gmail, yahoo or any other domain.
Wednesday, December 08, 2010
SharePoint Installation in Windows 7 or Vista is not same as Windows Server 2008. You might have difficulties if you do not follow the proper steps. Here i have been tried to explain how to install SharePoint 2010 on Windows 7 or Vista and configure it.
Assume, Installed OS Windows 7 x64 (as you may already know SP only support 64-bit OS) and Windows update
Install SQL Server 2008
Install SharePoint 2010
You can install SharePoint using the following steps
A. Install software prerequisites
1. Install the Microsoft Filter Pack 2.0 by launching the installer from your extracted SharePoint files:
i.e. C:\SharePointFiles\PrerequisiteInstallerFiles\FilterPack\
FilterPack.msi
2. Install the Microsoft Sync Framework Runtime from the following location: http://go.microsoft.com/fwlink/?LinkID=141237
.
Indicated as already installed
3. Install Microsoft SQL Server 2008 Native Client support from the following location: http://go.microsoft.com/fwlink/?LinkId=123718
.
Indicated as already installed
4. Install Windows Identity Foundation from the following location: http://support.microsoft.com/kb/974405
.
5. Install Microsoft ADO.NET Data Services Update (KB976127), which is required for the REST support that is part of SharePoint.
If you are installing SharePoint on the Windows Vista operating system, install the update from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=
a71060eb-454e-4475-81a6-e9552b1034fc.
If you are installing SharePoint on the Windows 7 operating system, install the update from here: http://www.microsoft.com/downloads/details.aspx?familyid=
79D7F6F8-D6E9-4B8C-8640-17F89452148E&displaylang=en.
6. Install the Chart Controls (this is not required for SharePoint Foundation) from here: http://go.microsoft.com/fwlink/?LinkID=122517
.
7. Install SQL Server Analysis Services - ADOMD.Net (this is not required for SharePoint Foundation) from here: http://download.microsoft.com/download/A/D/0/AD021EF1-9CBC-
4D11-AB51-6A65019D4706/SQLSERVER2008_ASADOMD10.msi.
8. Turn on the required Windows features:
I did this part by typing the following at the command prompt (using Run as Administrator!):
Note that there should be no line-breaks in this text, so use Notepad to remove them before pasting into CP
start /w pkgmgr /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS-StaticContent;IIS-DefaultDocument;IIS-DirectoryBrowsing;IIS-HttpErrors;IIS-ApplicationDevelopment;IIS-ASPNET;IIS-NetFxExtensibility;IIS-ISAPIExtentions;IIS-ISAPIFilter;IIS-HealthAndDiagnostics;IIS-HttpLogging;IIS-LoggingLibraries;IIS-RequestMonitor;IIS-HttpTracing;IIS-CustomLogging;IIS-Security;IIS-BasicAuthentication;IIS-RequestFiltering;IIS-Performance;IIS-HttpCompressionStatic;IIS-HttpCompressionDynamic;IIS-WebServerManagementTools;IIS-Managementconsole;IIS-IIS6ManagementCompatibility;IIS-Metabase;IIS-WMICompatibility;WAS-WindowsActivationService;WAS-ProcessModel;WAS-NetFxEnvironment;WAS-ConfigurationAPI;WCF-HTTP-Activation
9. If you are installing SharePoint on the Windows Vista operating system, install KB976394 from: http://code.msdn.microsoft.com/KB976394/Release/
ProjectReleases .aspx?ReleaseId=357.
If you are installing SharePoint on the Windows 7 operating system, install KB976462 from: http://code.msdn.microsoft.com/KB976462/Release/
ProjectReleases.aspx?ReleaseId=3571.
On the above, I searched for KB976394 for Windows 2008 Server
10. Navigate to the folder where SharePoint installation files are located and double click PrerequisiteInstaller.exe to start the SharePoint 2010
pre-installation.
B. Installed SharePoint Server
Navigate to the folder where the SharePoint installation files are and double click setup.exe to start the SharePoint 2010 installation. Installed single server Standalone using default settings
![image_thumb[1] image_thumb[1]](http://geekswithblogs.net/images/geekswithblogs_net/ferdous/Windows-Live-Writer/785178141ac2_10072/image_thumb%5B1%5D_thumb.png)
1. Choose Server Type - Standalone because Complete Installation will not work without Active Directory. So, choose the “Standalone” option to begin the installation of SharePoint 2010
Click Close to run the SharePoint Configuration Wizard when the installation is complete.
At this point I Unchecked the box so the Wizard would not run
referencing http://sharepointgeorge.com/2010/installing-sharepoint-2010-privilege-service-accounts/
I did:
2. SharePoint Setup User Account
This should be a standard domain user account that will be used as the logged in user when installing SharePoint and for when running the SharePoint
Products Configuration Wizard. This account must be a member of the Local Administrators group for each server where SharePoint 2010 will be installed.
You will also need to create a SQL server login with the following SQL server security roles; “securityadmin” and “dbcreator”.
e.g. aah\SPLogon
3. Server Farm/Database Access Account
You guessed it, this should also be a standard domain user account, however we do not need to grant any necessary permissions to this account as this is
handled by the SharePoint Setup User Account during the SharePoint Products Configuration Wizard. This is the account that we nominate as the “Database
Access” account during the SharePoint Configuration Wizard. This account will be applied against the SharePoint Foundation Workflow Timer Service and
the SharePoint Central Administration Web Site Application Pool.
e.g. aah\SP
4. Add both users (SPLogon and SP) to the Administrators group on the machine (Start / Administrative Tools / Server Manager / Local Users and Groups )
5. Reboot Server
C. Run Configuration Wizard
Configuration Complete and open Central Administration automatically or open from start menu
SharePoint Create a Default site SharePoint-80 with default port 80
Wednesday, October 06, 2010
Business Data Connectivity Service allow to connect with external data system (WCF service, database, .Net assemblies), which is improved version of formal Business Data Catalog in SharePoint 2007.
But you can get this type of error after installing SharePoint 2010 Beta and SharePoint Designer 2010, opening Designer and navigating to the External Content Types object results in the following error:

This problem can happen If your SharePoint installed in Windows 7 OS due to the following patch of Client OS (Windows 7) though another reason of this error is BDC service isn’t running properly. So, You need to install Windows6.1-KB976462-v2-x64 Hot fix from
http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.aspx?DownloadID=23806

For Windows Server 2008, ensure all update are installed using Microsoft Windows Update. If the the problem persist again after restart PC then go to Manage services on server on Central Administration check BDC and Metadata service
Central Administration –> System Settings –> Manage services on server

Check if Business Data Connectivity Service and Managed Metadata Web Service are stopped. Start the services if any of them are stopped and close SharePoint Designer and re-open again.

The error should be resolved after that.
If BDC Metadata store is unavailable this try http://brianhochgurtel.blogspot.com/2009/12/bdc-metadata-store-is-currently.html
Thursday, August 19, 2010
Take a quick tour of SharePoint Designer 2010 and learn about the features used to build custom no-code solutions on SharePoint 2010.
Learn More at http://officebeta.microsoft.com/en-us/sharepoint-designer-help
Sunday, July 18, 2010
I spoke about SharePoint Mobile Extension and Office Mobile 2010 on Aloashbei workshop event at Emmanuel's Banquet Hall arranged by Grameen Phone and Microsoft.
I hope Grameen Phone and Microsoft will arrange this kind of event in future.
Sharepoint mobile version
Schedule of Event: https://www.aloashbei.com.bd/blog/schedule-get-together
Aloashbei Event contents: https://www.aloashbei.com.bd/blog/aloashbei-get-together-contents
Wednesday, June 16, 2010
Here i will explain you how to install SharePoint 2010 on Windows Server 2008 x64 R2 and configure it.
Prepare your server by —>
Installing OS Windows Server 2008 x64 R2 and Windows update
Configure Active Directory if you would like to use domain account
Install SQL Server 2008
Install SharePoint 2010
You can install SharePoint using the following steps
1. Install software prerequisites
2. Installed SharePoint Server
Installed single server Standalone using default settings

Choose Server Type - Standalone because Complete Installation will not work without Active Directory
3. Run Configuration Wizard

4. Configuration Complete and open Central Administration automatically or open from start menu
5. Opened Central Administration in browser without any Error
6. SharePoint Create a Default site SharePoint-80 with default port 80
Thursday, May 13, 2010
This Presentation was done in NSU, Brac & Khulna University
Sunday, February 14, 2010
Browser compatibility can create plenty of headaches. IE Tester DebugBar free web browser that allows you to have the rendering and JavaScript engines of IE8 beta 2, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
URL: http://www.my-debugbar.com/wiki/IETester/HomePage

Tuesday, February 09, 2010
AS you already know SharePoint 2010 is in Beta release and it only supported for 64-bit OS. I am sorry for them who are looking for a SP2010 version for 32-bit OS. Here i will explain what you need to do to prepare your environment before installing SP2010
Physical Machine:
As you already know that SharePoint can be install in 64-bit Windows 7 so your physical machine can be with the following configuration:
Processor: 64-bit, four-core, 2.5 GHz minimum per core
Ram: 4 GB for developer or evaluation use
HDD: 80 GB for installation
OS: Must be Win Server 2008 Standard with SP2/R2 x64 / Windows 7 x64 / Vista SP2 x64
Most developer want to setup it on Windows 7 / Vista which was not supported in MOSS 2007
This would be enough to install your SharePoint 2010
References:
http://msdn.microsoft.com/en-us/library/ee554869%28office.14%29.aspx
http://technet.microsoft.com/en-us/library/cc262485%28office.14%29.aspx
http://www.sharepointdevwiki.com/display/sp2010/Building+a+SharePoint+2010+Development+machine
Monday, May 18, 2009
Hi all,
My Blog has been already moved to MSDN Bangladesh
http://msdnbangladesh.net/blogs/ferdous/ .
From now, It is not possible to publish my new post in both place due to the limitation of my time. I am really sorry for that and also request to all of my visitors to go to
http://msdnbangladesh.net/blogs/ferdous/ to see my latest post.
I will be greatfull to all of you for giving any kind of feedback there.
Thanks to all
Cheers!!!
MJ Ferdous
Monday, May 11, 2009
This lesson will introduces you One of the new features "Out-of-Browser" experience of Silverlight 3. It will show how to Enable Out-of-Browser Support in Silverlight 3.
The "Out-of-Browser" feature remarkably different than Adobe AIR's approach. From the user's perspective, Out-of-Browser support in Silverlight 3 allows installation directly from the browser. Here, you will find a SlideShow Silverlight Application with enabling Out of Browser Support as well as you can change Title, Discription and default Icon also.
I created a new Silverlight 3 Application using Visual Studio.Net 2008 IDE. Then added a simple slide show control and enabled Out of Browser Support.
E-Learning-VS.Net 2008 Silverlight 3.0-Out of Browser Feature-Lesson 03
Do not forget to give your feedback.
Visit article from www.mrbool.com by register your account. It's free.
Cheers!!!
Saturday, May 09, 2009
How to use Silverlight 3 Child Window or Modal Window Compare to traditional Modal Window such as MessageBox. It will also show you advance use of Child Window by developing a simple SlideShow Control.
You can create a silverlight custom Modal Message Box window using Child window. Silverlight 3 Child Window has built-in Modal feature where you can integrate all the silverlight controls as like as normal silverlight window. You can also a develop a simple custom silverlight image Slide Show Control inside child window by following this lesson (Part 2).
I created a new Silverlight 3 Application using Visual Studio.Net 2008 IDE. Then added one Child Window as Silverlight item to develop Custom MessageBox and added another one for developing a slide show control.
Visit article from www.mrbool.com by register your account. It's free.
E-Learning-VS.Net 2008 Silverlight 3.0-Child Window-Part 1-Lesson 01
E-Learning-VS.Net 2008 Silverlight 3.0-Child Window-Part 2-Lesson 02
Do not forget to give your feedback.
Cheers!!!
Friday, May 08, 2009
A new feature in Silverlight 3 is the Perspective 3D Transforms. The "Perspective 3D" projection feature is a great approach to animate 2D object by putting into 3D space. You can get more flexibility to see different 3D view of 2D control where user can interact dinamically using slider control.
Note that this is not a real 3D, Silverlight does not support 3D yet.
I have created two video lessons in Mr.Bool learning portal for the silverlight developers how to view 3D perspective projection for 2D object in Silverlight 3. Here, you will find a Silverlight media element rotate from different perspective such as from X, Y, Z axis by supporting center of rotation as well as global and local offset of X, Y, Z.
It is constructed by Creating a new Silverlight 3 Application using Visual Studio.Net 2008 IDE. Then i added media element control and implemented 3D view dinamically using slider control
E-Learning-VS.Net 2008 Silverlight 3.0-Perspective 3D Animation-Part1-Lesson 04
E-Learning-VS.Net 2008 Silverlight 3.0-Perspective 3D Animation-Part2-Lesson 05
Do not forget to give your feedback if you like this video. You must register to download this video.
Cheers!!
Tuesday, April 21, 2009
My new article on how to customize New or Edit Form (NewForm.aspx or EditForm.aspx). How to make multiple custom edit form for different item status. How to link those Forms with the list item by creating custom link column
When you want to enter a edit item into, let’s say, your Issue Tracker list, SharePoint calls upon the EditForm.aspx page for that list. The page contains a customized List Form Web Part which cannot be edited within the web part, so in order to accomplish this I use SharePoint Designer 2007 tool and Visual Studion.Net Extension for SharePoint List Definition Template. Also I explain how to make different Edit form and depending on the list status the edit link will redirect in different edit page. Here is the technique how to do it.
Get full article from http://www.codeproject.com/KB/sharepoint/SharepointMultipleForm.aspx
Please vote for me if it is useful.
Good Day for all
Monday, March 30, 2009
Microsoft® Silverlight™ 3 Tools Beta 1 can be installed on top of either Visual Studio 2008 SP1 or Visual Web Developer 2008 Express with SP1, and it provides a Silverlight project system for developing Silverlight applications using C# or Visual Basic.
Install Microsoft Silverlight 3 Tools Beta 1 for Visual Studio 2008 SP1 >> Silverlight3_Tools.exe: Add-on for Visual Studio 2008 SP1 for developing Silverlight 3 applications
Install Microsoft Silverlight 3 SDK Beta 1 >> silverlight_sdk.exe: Development Kit provides libraries and tools for developing Silverlight applications.
The Microsoft Silverlight 3 beta runtime