Is there possible to use module class in web application..

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • thirunavukarasukm
    New Member
    • May 2007
    • 21

    Is there possible to use module class in web application..

    Hai..

    Is thers possible to use module class in web application..

    in web application i have one module class..

    the module class one variable declared to assing particular value

    then i am go to mywebpage to print that modulevariable

    the result is shown

    but the same time i have changed my modulevariable value..

    then i run the page

    the updated value is to be shown..

    in my requirement is the page run on different browser the updated modulevariable value is shown

    the variable is act as static or persist maintain

    in my requirement i have one global dataset maintain in module class.

    in i am go to login some change to that global dataset..

    then another user login to access that global dataset then modify some value

    then i am go to login the updated dataset is to be coming

    so dataset doesnot main in session

    so what is purpose to use module class in asp.net

    please clarification in this problem

    how to define dataset in globally in web application

    please reply
Working...