There is a prefix added to each of the controls I put on my web user control in the client HTML when I add my module to a page within DotNetNuke. The prefix is "dnn_ctrXXX_PageName_", where XXX is the ModuleID. Does anyone know the specifics of this prefix? Can I rely on the prefix to always follow this pattern? Is there any DotNetNuke documentation regarding this prefix?
I also noticed that the Infragistics grid I am using has the prefix dnnxctrXXXxPageNamex. The underscores have been replaced by lower case x's. Any info on this would also be greatly appreciated.
Thanks.