Browse by Tags

All Tags » ASP.NET (RSS)

Alternating colors on DropDownList, ListBox and other ListControl.

My former colleague asked me if it is possible to attach an alternating color to a DropDownList control, similar with the GridView’s alternating rows. I found out that you can achieve that, by setting the background-color of the ListItem using “style”...
Posted by n.ocampo | with no comments
Filed under: , , ,

Debugging JavaScript code in ASP.NET

I am currently working with conversion of ASP Classic web application to ASP.Net 2.0 and I have to deal with a lot of client-side script. Before, I used to insert an alert( sampleValue ) to be able to view the current value of a variable until I found...
Posted by n.ocampo | 1 comment(s)
Filed under: , ,