Hi, I am kind of new here so maybe my problem is simple (hopefully…)
I installed the dotnetnuke portal, and also the plugins for developing a module in the visual studio 2005.
I created a C# module, and add it to my portal; I also located the module in one of the portal pages, and gave it privileges of viewing to one of the roles.
So, the weird phenomenon is the following:
My module do some server side stuff (like every C# module), when I am viewing this page with the administrator, or any other user that has privileges of editing in this page, the page works!. But… if I am viewing this page with a user that has only viewing privileges the following occurs:
The first load of the page done successfully, but every time I am doing something that requires a roundtrip to the server (clicking a button for example – the function that the "click button" calls is empty), the page refreshes and all the data I entered is erased, also the function that assigned to this button is not called, and also the Page_load function (for example, if my page includes a radio button group, and I canged the selection – after the refresh the radio button group will go back to its initialized status, and my change will erased).
But… this is not the end of this weird phenomenon!! I have notice that if I am waiting around 1 minute between every "server roundtrip action" it works fine!
Please help, I have no idea what to do….
Thanks,
Noy