•
•
•
•
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 427,452 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,614 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Blog Stats
Entries: 2 | Views: 9,536
Last Entry: Sep 11th, 2006
Overall Rating: 

When you are programming web pages it is very important to optimize your code for better and faster performance. In this part I will show you how to optimize code for filling multiple dropdownlists with data from Microsoft Access. The same thing is with SQL Server. I'm using asp.net 2.0 and...
Read More | Sep 11th, 2006
ASP.net 2.0 introduced themes. Theme consists of several files: CSS styles, skin file and images. You create theme by adding App_Themes folder in your project in solution explorer panel.
Right click on project - Add ASP.net folder - Theme
Now that we created theme we can add files into it. The...
Read More | Sep 9th, 2006