Archive for 2009


Utility for Converting VB.NET to C#

December 29th, 2009 — 11:57am

Simply paste in your VB.NET code below, and this free utility will automatically convert it to its equivalent in C#. http://www.developerfusion.com/tools/convert/vb-to-csharp/

Comment » | Web Developer Tips

Blackstone Media – Open House

December 1st, 2009 — 4:03pm

Open House

Blackstone Media Network is growing and to celebrate we recently opened our doors to friends and clients to share our awesome new office space.

Continue reading »

Comment » | Articles, Latest Updates

Asp.Net ListView Control

September 20th, 2009 — 4:58pm

Put simply the ListView control is used to display a set of data in a structure defined by templates. There are many templates to choose from, and while some are required, many are optional. The templates needed will be determined by the goal of your design. It is best understood by defining what the templates are and how they work. This post will focus on the control’s attributes, and the templates. Further posts will go into more detail on binding data and using events.

Continue reading »

3 comments » | Tutorials

Downloading, Installing, and Using the ASP.NET AJAX Control Toolkit

August 17th, 2009 — 2:14pm

Downloading the ASP.NET Ajax Control Toolkit:

The first step we need to take to use the ASP.NET AJAX Control Toolkit, is to download the latest version of the toolkit.  The version we will be downloading and installing will be version 3.0.30512 for ASP.NET 3.5 Service Pack 1.  Download the most current release from CodePlex.com. (**The ASP.NET 2.0 compatible version of the toolkit can be found here.) CodePlex.com is Microsoft’s hosting site for open source projects.  On the downloads page, you will find three different versions of the toolkit. Continue reading »

3 comments » | Tutorials

Short Tips on Optimization

August 3rd, 2009 — 6:23am

Optimizing Web Graphics.
http://www.youtube.com/watch?v=rkDxpegFeEw

Continue reading »

Comment » | Tutorials

Back to top