Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I use DNN for a few months. I created a module with 3 ascx files, but in each ascx of this module, only the page name was displayed, i want that when i get into one ascx, the name of this ascx file will be displayed in breadcrumb.
e.g.: i created a page named "main" with one module with 3 ascx files: A.ascx, B.ascx, C.ascx. now when i get into each ascx, the breadcrumb display "Home | main". but i dont want that.
i want, when i get into A.ascx. the breadcrumb will be "Home | main | A". how can i do it?