Dear experts
I have a scenario, where I have 2 tabs. First tab is to get some input from user, say βaβ, βbβ etc. and then when user switch over to second tab, using those 2 inputs second tab will show some value based on βaβ abd βbβ value (for example you may consider as sum of a+b is to be shown in tab 2, actually it;s more than a sum). Pls suggest how to achieve this, as for me while switching over to second tab, values from tab 1 are refreshed automatically which I donβt want. I want to go back to tab 1 and see the same values as user entered earlier.