Hi,
just created my first DNN modules using the ATGenSDK, 17 modules and a multilist.ascx to display all of the 17 modules to select from on a single page. (these are just simple lookup table maintenace controls)
registered the mutilist.ascx manually with DNN, displays no problem, but when i click on a link to display one of my modules/controls, nothing appears, the page goes from the mutlist.ascx page to a blank page that was housing the control. (i haven't registered the 17 .ascx forms i have, just the multilist.asx).
looking in the code of mutlilist.ascx.vb, the "loadgrid" function looks for the ViewState(ViewStateKey), being set to one of my controls i would assume.
If i hard code it to test as: ViewState(ViewStateKey) = "myCustomerListCtrl", it brings up the control. No where in any of the modules is this being set that i can see.
also, when the module comes, and i click on another module link, it never goes back to the multilist.vb code
am i missing something, any insight appreciated
Thanks in advance,
Peter