Hello, the skinning area was the closest forum for what I'm experiencing.
We have an open source, simple Report Grid with which a user can select what controls he wants (drop down, text area, hyper link, etc.) and DNN programmatically creates the controls. In other words, it's not laid out in ASP.Net pages (.ascx controls) but ends up being generated through the skinning engine (? do I have that right?) on the fly.
This won't render in 6.2.2 and I have the area nailed down that is failing. What I need are the BASICS on how to write such modules in 6.2.2. From what I see, the skinning technology has changed enough to where the assumptions made for this module just don't fly now.
I've used IE developer tools to zero in on where the control is working for both the working version (on a DNN 4.9.0 site) and on the new site. I copied and pasted the script over to make 2 html files -- workingmodule.html and brokenmodule.html. It is WAY too much code to paste in here.
From these it's easy to see the skin engine is creating the div wrapper for the module, in our case dnn_ctr536, for both controls but nothing else is happening.
I've utilized the existing Exception code in the VB to read how the controls are being programmatically made, etc.
This is WAY too complex however. I know that what I need is how to write programatically driven apps for 6.2.2. Or, someone who can look at the generated html, look at the vb code and say "you need to do this ..." etc.
Is there a way to upload the code? The module is open source. Or, if learning the new way to write these apps is relatively simple, how about enough links to just get me going to where I can figure out the rest?
Thanks!
Mike