Dear Experts,
please suggest me how pass data to external window, let explain my senario,
I have two Views, View1 and View2.
1. when i click button on View1 then open View2 on External Window . I done this using url method.
2. I need to pass context values from view1 to view2 (external windows). I don't want to pass values through Querystring, becuase i have to pass nearly 200 fields, all information runtime modification data.
so please help me how to solve this..