Sahilmohammad wrote
If you are using "NavigateURL" method to redirect your custom setting control than check following thing
Control key[of your setting control] , and module id is pass, see the folllowing patern
NavigateURL(TabID, "ControlKey", "mid=" + ModuleID.ToString());
Thank for you the reply, but I'm afraid I don't understand what you are suggesting...
I have a UserControl called "Settings.ascx" - It is completely empty
Within the dnn Modules area, I clicked "Add Control"
For the "Key" field, I enter "Settings"
Select the proper Settings.ascx file from the dropdown.
and choose "Type" = "Edit"
When I follow the above procedure locally, it works fine...
When I do the same steps above on the server, the Settings page does not render anything at all.
Does that make sense? Is there a "NavigateURL" setting somewhere for which I should be looking?
thanks again!!