Hi Patrick, The <%= is a Response.write, so all you need is <% Response.Write("xxx") %> The Equal sign being the difference. Or you could put <%= xxx %> Getting an error message out of the user controls (.ascx -- skins, skinObjects, etc.) is kind of hard because DotNetNuke is loading them and trapping errors internally. To see the actual error you can look in your log viewer. You can also use Nik's solution http://www.devtao.com/2005/02/25/Speerio+My+Modules+VSNet+Solution+For+DotNetNuke.aspx
|