.Net DataGrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • C

    .Net DataGrid

    Hi,

    I have two data grids on a .aspx page.

    The first data grid has a series of submit buttons <input
    type=submit...>
    On the click event of eah button I call client side
    javascript which redirects the user to a differnet page.
    This grid works fine.

    Clear so far....

    I have a second data grid which is similr to above. It
    just has different name and the submit buttons call a
    javascript function similar to above except that a
    boolean is set to true and not false.

    OK My problem is taht I have a Session Varibale in my
    application whose value is blank when I click on any of
    these submit buttons in this second data grid.

    HELP!!!!

    Thanks,
    C
Working...