I have a problem on my own module, I add a LinkButton on my module and I want to discard the origional "Add Content" LinkButton. But when I Add my own button, I can click to trigger events on Page Edit Mode, but on Page View Mode, It's Trigger nothing. Even on debug mode, it cannot jump into the event code.
I check the IE's status bar, when Edit Mode, the linkbutton's link IS: javascrpt:__doPostBack('dnn$ctr362$ViewForm$cmdAdd','')
But when View Mode, the linkbutton's link IS:javascrpt:__doPostBack('dnn$ctr362$ViewForm$ViewForm$cmdAdd','')
in view mode, there's not the same link url, how could this happen? by the way, I'm not using the module's permission for now.
Thank you very much!