Hello,
I'm working with DNN and having a bit of an issue. I'm also a little novice at .net coding. I usually figure out what I'm trying to do but this is throwing me for a bit of a loop.
I have a few admin pages with a lot of dynamic options that are causing a scrolling nightmare. Because the modules I have purchased use dynmaic form minuplation I loose scroll position every two seconds when editing data.
When a new control is rendered or an existing control is changed from postback the scroll position is lost.
I'm reading the code and searching the net but I've never dealt with this before and figure it must be a common problem.
Any pointers would be great.
I'd rather not rewrite each module. I'm trying to write something generic, perhaps modify the DNN core rather then the modules. That would be ideal.
I also think converting everything to AJAX might be the best answer but I figure that heads down the rewriting a lot of code route.