by Tim
31. October 2010 14:37
The day eventually dawned when I needed to use a form within a (ASP.NET) form. The contained form didn't need to be run at the server so I didn't envisage a problem. The form was just a simple textbox and submit button. When the form was submitted it would send the contents of the textbox to a site ...
[More]
by Tim
7. July 2010 13:31
I had a piece of dynamic code in an ASP.NET usercontrol that I needed to move into another usercontrol. Ah, this should be easy I thought as I got to work on some simple JavaScript - I will use innerHTML and the result will be that the code (a list of items) will be placed where I want it on the pag...
[More]