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

June 2006 - Posts

Store View State in a Persistent Medium, the Proper Way

I kindly invite you to check out my latest article on the ASPAlliance.com with the title: Store View State in a Persistent Medium, the Proper Way Hope you will enjoy it! Regards

My visit to Athens-Greece

I have been in Athens-Greece for around 2 days in a business trip for my company CCC. Things are going fine here, enjoying the beautiful Greece!!! I will be soon back in Beirut!! Regards
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

ToLowerCase or ToUpperCase in XSLT

This is a simple sample to show you how to transform the content of an element in an XML file from lower/upper case to upper/lower case First of all define a variable of the element as: <xsl:variable name="Title"> <xsl:call-template name="ToLowerCase">

First day as a Trainer

Today was my first day as a trainer at Formatech! I am giving the Programming in XML with the .NET Framework. I have 6 students in my class, and things went fine I guess for the first day!!! This course will finish in two weeks, I enjoyed my first session,

Pictures from my country, Lebanon!

I wanted to share with you those awesome pictures from my country, Lebanon. Hope you will enjoy them! I invite you all to spend some time here in Lebanon and visit most of its lovely sites we have here!! Enjoy: Regards
Posted by BilalHaidar [MVP] | 2 Comments
Filed under:

DnnCreative Magazine Issue 10

You can now check the DnnCreative Magazine Issue 10 !! This is a completely free issue . For issue 10 we have created a completely separate DotNetNuke Skinning Resource, the DotNetNuke Skinning Toolkit. This is a 98 page resource which demonstrates all
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Membership Manager Control in ASP.NET 2.0

This is the tool we have long waited from the ASP.NET Team. However, this time it came from Quality Data Corporation , it is the Membership Manager Control . As you know the ASP.NET Configuration tool that ships with VS 2005 can be used locally to manage

Cannot start transaction while in firehose mode

Have you ever seen this error before? It happened with me today while I opened a table on SQL Server 2000 and tried to update a cell. Cannot start transaction while in firehose mode I researched this over the web and found out this KB article: PRB: SQL
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

Adding Templates within UserControl

http://90statehouse.com/forums/blogs/robertseder/archive/2006/06/04/201.aspx Check out this important blog post that shows you how to add Template sections into your usercontrols. We have always believed that only properties are supported by UserControls,