Dear all,
I have a problem in my custom module in dnn 4.5.3 and I don't understand where is the problem.
When login with Host or Admin or any editable user, all events of linkbutton or button work well. But when login with any other user or browsing without login , event do not fire, page loads back again without redirecting to other pages. If i change the permissions to edit, all works fine, but with view permissions only, it doesn't. In view mode the link is __doPostBack('dnn$ctr368$Viewwrgallery$Viewwrgallery$btnclick1','') but in edit is __doPostBack('dnn$ctr368$Viewwrgallery$btnclick1',''). I think thats the problem but i can't solve it.
Please help me