Hi Stefan,
Thanks for replying!
Yep, module#1 and module#2 fetches data from the same table in the DB.
I do my timestamp by doing a Sometextbox.text = "updated: " +
DateTime.Now.ToLongTimeString();
in the page_reload (I'm writing in c#).
I think that I'm onto something which seems to work. I've just discovered the existence of the "onPreRender" Event.
If I execute my databinding in here both module#1's and module#2's controls get updated clientside - which is what I want.
I've been messing a bit around with the dotnetNuke ClientApi and so, also javascript, however, sometimes things seem to work and other times not. As I'm just diving into ASP and DNN, I've decided to wait a bit trying to implement javascripts and client callbacks
as I'm often completely blank as to why my stuff isn't working. Hopefully, this will change when I get more into the workings of DNN and ASP.NET
However, If you know a good reference to how the DOM stuff works/functions and how the availability of the DOM tree is associated with page loading, let me know...