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 [...]
|