Hi, I'm not sure if this is the right forum to be posting this in, but seeing I'm completely new to DNN it seemed like a good place to start.
I'm building a site using DNN, as thats what the company I work for has decided is the Way Of The Future. The other day I, not knowing any better, put an html form into an html module, and things started going wrong. I'm not sure why, I was later told that I can't put forms inside DNN, as it causes all kinds of conflicts and so-forth. As it happened, the first thing that went wrong was I was completely unable to scroll the page that I'd put the form in. Visual Studio would halt everything, exclaiming there was an error in one of dnncore.js' functions - one concerned with scrolling, and the scrollTop deely. I figured that it was most likely the form that had done this, so i deleted the code, and for good measure deleted the page that had held the form.
Now I find myself struggling to actually log in to the site. When i go to the login page, and press any key while focussed on the username or password boxes, Visual Studio halts everything, and pops up login.aspx, saying "Microsoft JScript runtime error: Object expected" on the line "
<div id="dnn_ctr_Login_DNN" onkeydown="return __dnn_KeyDown('13', ' __doPostBack(%27dnn$ctr$Login$Login_DNN$cmdLogin%27,%27%27)', event);">".
I've tried copying dnncore.js from the install package to the js folder in dnn, heck,I've copied all the js files from the install package to there. I've tried copying Default.aspx and Default.aspx.vb to its correct directory, I've even tried turning everything off and on again. Sadly, the backups of my files were done after this all happened, so theyre not much help either.
I have to hang my head and admit, I'm completely stumped, and getting a bit desperate. This is my first time using anything like DNN, and at this point it feels like I'm spending more time fighting it, than actually doing anything constructive with it. This makes me a little sad, as I've read so many good things about DNN.
Ultimately, I'm wondering if anyone has any advice on what to do, how to fix this and how to make sure this never happens again.
Thanks