Category: Tutorials


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

Text Tricks: Drop Caps

May 22nd, 2009 — 7:01am


Kaki Drop Cap; This is a drop cap with a khaki background, white text, and a dark khaki border. I’ve added some lipsum text to illustrate how text wraps. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam luctus eleifend sapien sit amet congue. Vestibulum lobortis dui auctor odio congue in mollis ante eleifend. Donec viverra tortor ut odio dapibus consectetur. Etiam et turpis nibh. Vivamus fringilla dictum purus vitae rhoncus. Quisque egestas ultricies massa, at aliquet sapien feugiat et. Nullam sed tortor eget ligula lacinia tincidunt. Vivamus ac purus eget enim rhoncus bibendum vel a arcu. Aenean vulputate enim at felis blandit pulvinar. Nulla ullamcorper nulla nec lacus cursus sodales. Aliquam suscipit ullamcorper nunc, id ultrices risus rhoncus eu. Etiam blandit tristique nisl eu molestie.

Continue reading »

Comment » | Tutorials

Pagination

May 21st, 2009 — 7:12am

I came across this last night and really liked how it functioned.

pagination

Continue reading »

Comment » | Tutorials

Back to top