Archive for the ‘.NET’ Category

Using JavaScript Along with ASP.NET 2.0

An article from Microsoft : Using JavaScript Along with ASP.NET 2.0 Related Chinese article is Here.

Leave a Comment

Another aritcle: Converting ASP to ASP.NET

Before I put A video of Classic ASP to ASP.NET from Microsoft.  Today I found another aritcle from Microsoft site: Converting ASP to ASP.NET I gives some helpful information. But again: The best solution is that you have to re-write a new project using ASP.NET.

Leave a Comment

How to add multiple projects in a single solution in Visual Studio 2008 ?

When you create new web project or website using Visual studio 2008, you might be not able to add multiple project in a solution, the reason is you are not able to see the solution icon in solutions window. Please do as the following steps: In VS 2008, clicking Tools –> Options –> “Projects and [...]

Leave a Comment

Convert HTML to XHTML

Got several articles about Convert HTML to XHTML: 1: Converting a HTML file to an XHTML file 2: Convert HTML to XHTML and Clean Unnecessary Tags and Attributes 3: HTML to XHTML Conversion with SGMLReader 4: SgmlReader 5: HTML Tidy Library project

Leave a Comment

Microsoft Mobile Device Browse File and dotMobi DeviceAtlas

I got a open source project which I think it is supporting by Microsoft and / or dotMobi. the project name is Mobile Device Browse File or Mobile Browser Definition File. Actually I knew dotMobi Inc. has a similar project named dotMobiā„¢ DeviceAtlasā„¢, I don’t know what the differences between these 2 projects, or they [...]

Comments (2)

Mobile Web Forms in Visual Studio 2008 and 2005

After you install SP1 for Visual Studio 2005 or you are using Visual Studio 2008, you will see that you can not find Mobile Web Forms which you can see in Visual Studio 2003. The reason is from Microsoft development team. They made the Mobile Web Form Templates a separate package and you need to [...]

Comments (2)

A video of Classic ASP to ASP.NET from Microsoft

Here a video of Classic ASP to ASP.NET from Microsoft: Click Here Also: Best Practices and Techniques for Migrating Classic ASP Applications to ASP.NET 2.0 Here is ASP to ASP.NET 1.x Migration Assistant

Comments (1)

How to Create a Custom Membership Provider from Microsoft

Here is a video tutorial from Microsoft about “How Do I: Create a Custome Membership Provider” , but you need to install SilverLight witch is also downloaded from Microsoft. SilverLight is a similar production as Flash, so you only need to download it and quick install for your browser.

Leave a Comment