Thursday, July 17th, 2008
Colour Picker
I needed to have custom colours in my project so i looked at a few controls out there and the one i chose is from http://www.obout.com/ It seemed to do the job quite nicely.
|No Comments » - Posted in User Interface | by admin
Wednesday, July 16th, 2008
Writing Dynamically To The Page
I was making a yearly calendar and i needed to output the cells to represent the days in the year. At first i just made a public variable, filled it up with html and then outputed it to the page like this:-
1
<%=variablename%>
This seemed to work well but the page didn’t update on postback methods because [...]
|