PDA

View Full Version : c# asp.net 2, dhtml, and javascript



maximummango
11 Jul 2006, 02:24 PM
I've got an interesting little error. I've created a .net 2.0 aspx page (using C#) that creates a form. From another page I'm linking back to this form and using response.write's to include some javascript into the page.

Upon using a response.write, all of the text on my page changes in size. I'm using dhtml and css to adjust the font size, but everytime I do a response.write, all of the text changes (gets larger). Any thoughts?