1
0
-1

I have to form to select the division code. 

I want to use this selected value in all the other forms/datalists till we logout or close the application.

Is there a variable which I can set and use like global variable.


    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi, why don't you just store the value as a normal form field? You could try writing some custom script to store it in the HTTP session, but it would be much easier to just store it as a form value.

        CommentAdd your comment...