Tag Archives: HTML

Writing Content to HTML Using ArrayLists and Repeaters [ASP.NET]

March 24, 2010

0 Comments

I had to figure out how to perform just such a process for a project I’m currently working on. Being relatively new ASP.NET the first thing I did was head out to the internet to try and find a solid tutorial that would help me quickly figure out what I needed to do to get [...]

Continue reading...

ColdFusion Causes Frustration {HTML Input Element Arrays}

September 25, 2009

3 Comments

I don’t understand why ColdFusion insists on making things difficult. I’ve come to understand that it is not possible for ColdFusion to make use of inherent input arrays when one or more input elements is left empty. For some reason ColdFusion always drops the empty values from the array. I can’t think of any possible [...]

Continue reading...