Yes I did check the cache issue I found that in a forum or blog possibly by you... I do notice a difference in the postback. When in view mode(logged in) the call has the control listed twice, wereas in edit mode, I only see it once. like this _doPostback('dnnctr375$ConsumerList$ConsumerList$gvwConsumers',select$0') in edit mode the ConsumerList is only referenced once and that is the control I am trying to get to, while passing a query string of the ConsumerId. I am using the standard globals.navigateurl (tabid, controlid, mid, recordid) format. |