Style alternating rows in a table
- in ASP.Net
Two ways to style alternating rows in a table. First, we can us CSS3 to style the alternating rows of any table using a simple pseudo class tag on a table class. Something like this:…
a little philosophy in code
Two ways to style alternating rows in a table. First, we can us CSS3 to style the alternating rows of any table using a simple pseudo class tag on a table class. Something like this:…
We all want to increase the speed of our ASP.Net sites. Using bundle and minify to help keep code separate but still have good performance. I have been trying to migrate to the MVC methodology…
A lot of developers get hooked on a particular language and stick with it. They become experts in that language and usually in the frameworks that go along with the language. Even if you are…