Welcome to Bilal Haidar [MVP, MCT] Official Blog Sign in | Join | Help

February 2009 - Posts

Facebook Page: ASP.NET 3.5 Security, Membership, and Role Management with C# and VB

If you haven't yet joined the Facebook Group for the ASP.NET 3.5 Security, Membership, and Role Management with C# and VB book, you can now visit the page and subscribe :) ASP.NET 3.5 Security, Membership, and Role Management with C# and VB Regards

Connection Creation on Windows Vista and Windows Server 2008

I have been encountering a problem lately on my Windows Vista and Windows Server 2008 laptops whenever I try to create a new connection from the Network and Sharing Center applet. The message that I receive is: "The wizard cannot create the connection"

Microsoft® Silverlightâ„¢ Tools for Visual Studio 2008 SP1

A new update has been published recently for the Silverlight 2.0. Read more here: Silverlight 2 GDR1 Now Available... Happy Silvering ;) Regards
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Silvelright 2.0 GDR1 Released

A new update has been published recently for the Silverlight 2.0. Read more here: Silverlight 2 GDR1 Now Available... Happy Silvering ;) Regards
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

How to Popup a Centered Window from inside Silverlight?

You have always used JavaScript to pop up Windows from an ASP.NET or HTML page. Now the question comes to my mind, how to show a Popup Window from inside Silverlight t erritories. It is so simple! Silverlight contains a class, System.Windows.Browser.HtmlPage,
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

New Demo Application in ASP.NET MVC

New Demo Application in ASP.NET MVC Check out Telerik's new demo application , a fully functional online forum, which demonstrates tight integration between ASP.NET MVC, RadControls for ASP.NET AJAX and OpenAccess ORM ... Hope this helps, Regards

How to center the Silveright application inside the ASPX page

A very simple CSS trick to center the Silverlight application, check the following: <%@ Page Language="C#" AutoEventWireup="true" %> <%@ Register Assembly="System.Web.Silverlight" Namespace="System.Web.UI.SilverlightControls" TagPrefix="asp"
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

How to configure IIS 7.0 to run and process WCF Services

By default, IIS 7.0 is not configured to run WCF Services. To allow IIS 7.0 to handle those services, two configuration settings are to be added either on the Application Level or the Default Web Site Level on IIS 7.0. For this post, I will show you how
Posted by BilalHaidar [MVP] | 1 Comments
Filed under: