Recent Posts

Tags

Community

Email Notifications

All Links

Blogs I Read

My Articles

JavaScript & CSS

Date & Time

SQL Server 2000/2005

Articles I Read

ASP.NET Free Controls

MVFP (Most Valuable Forum Posts)

Archives

October 2005 - Posts

VS.NET 2005 is Final

Dear ASP.NET developers:

The VS.NET 2005 (Standard + Professional) is now available for all those who have MSDN Subscription. Go to http://msdn.microsoft.com/ and get your copy.

Enjoy Dot Netting !!

 

Regards

 

Posted: Oct 31 2005, 02:27 PM by simple | with no comments
Filed under:
An Extended Look at the Profile Object - Part 2

I would like to announce my second article in the series of articles on the Profile object, a new feature in ASP.NET 2.0

You may visit the article @ An Extended Look at the Profile Object - Part 2

Hope you are enjoying my articles.

Happy Dot Netting !!

 

Regards

 

Posted: Oct 25 2005, 08:38 AM by simple | with no comments
Filed under:
Object Reference not set to an instance of an object in VS.NET 2005

I faced a weird problem today while trying to add a new ASPX page into my working solution in Visual Studio.NET 2005. The problem is that I am unable to add a new ASPX page with code behind. I used to get the following error:

Object Reference Not set to an instance of the object or something like that

The solution was as follows:

1- Go to the following registry node: [HKEY_CURRENT_USER\Software\Classes]

2- Double-Click the key with type REG_SZ

3- Empty the “Vlaue Data” field, to make it with no data, press on

The problem is now solved.

Regards

 

Posted: Oct 13 2005, 12:18 PM by simple | with no comments
Filed under:
An Extended Look at the Profile Object in ASP.NET 2.0

I would like to announce my third article on the http://www.aspalliance.com:

An Extended Look at the Profile Object - Part 1

Hope you will benefit from it to the max.

Regards

 

Posted: Oct 07 2005, 09:01 AM by simple | with no comments
Filed under:
Another Community Night @ Microsoft Office

On Monday, October 3, 2005: I deleivered a 2 and a half hours session on the new Profile Object in ASP.NET 2.0.

The feedback was great, I got like 9/9 evaluation :D

Check the presentation and the demo code @ http://www.lebdev.net

 

Regards

Take your ASP.NET 2.0 Website Offline

A very nice technique by the ASP.NET 2.0 Team,

You can now take your application offline by just placing a file called App_Offline.htm into the root folder of your application online.

What this file does is that, all requests to your application will be redirected to this page. You can place a message to your visitors saying that your application is under construction or your application is being maintained.

It is very usefull speially when you are doing some updates or maintenance to your application.

Happy DotNetting !!

Regards

 

Posted: Oct 07 2005, 08:49 AM by simple | with no comments
Filed under: