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

April 2007 - Posts

Telerik C#/VB.NET Converter

I would like to inform you about the Telerik Code Converter from C# --> VB.NET and VB.NET --> C#. The converted code looks great, nicely formatted, saving the original format and spacing!! Great work Telerik! Thanks!!! You can check the converter
Posted by BilalHaidar [MVP] | 0 Comments
Filed under:

RegisterHiddenField and ID property

In a previous post I talked about the xListBox and MoverList Controls. I did some fixes to make them work for FireFox and IE. What was the problem actually? If you read the article about xListBox, you will notice that I have based on solution on a HiddenField

Expression Products Added to MSDN

Expression Products are part of the MSDN downloads. Check this post by Scott Guthrie: Expression Products Added to MSDN That is really cool!! Regards

xListbox and Mover-Control

In my previous articles that I have written on ASPAlliance.com under the titles of: Smart ListControl in ASP.NET 1.x/2.0 Mover List Control for ASP.NET 1.x/2.0 I have developed an extended ListBox that preserves changes on the client-side and after a

Enable Fiddler on FireFox

I was trying to debug an ASPX page today on FireFox to see what was going on. I usually use Fiddler to do this especially when I want to know what is being send/received. I wanted to debug on FireFox however, I noticed that Fiddler doesn't work on Firefox

PasswordRecovery in ASP.NET 2.0 Membership API

I have been lately developing a small website where I used the ASP.NET 2.0 Membership API to manage my users, create new users, etc ... I decided however, not to use any of the built-in controls present on the VS 2005 toolbox to create new users, login,