Browse by Tags
All Tags »
Cascading Style Sheets (
RSS)
I recently worked on an existing project where we decided to add a background to the site. Whether this is a background color or background image, the same problem occured. The problem was that the background loaded fine in the screen. But when the user...
I decided to play around with the option of loading alternate themes dynamically. I found a few gotchas I'd like to share. First off, I have my theme set in my web.config as normal. <pages styleSheetTheme = " Swish " But in my page, I override my MasterPage...
In this tutorial by Nannette Thacker, we will create a VB or C# project from scratch. We will create DataSets, TableAdapters, a WebForm and Controls, a File Upload, and import and view an Excel Spreadsheet, and more! We'll also learn about intellisense...
By Nannette Thacker In the third installment of this tutorial, we discuss how to bind the contents of our uploaded Excel spreadsheet to our GridView. A Zip file with the complete source code, Excel Spreadsheet, and SQL Server Database is available for...
By Nannette Thacker In ASP.NET, you may define multiple themes to be used within your web applications. In this example, let's say you have a theme based around the color purple, and another theme based around the color blue. When using your purple theme...
More Posts