get value from hidden column

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a gridView with a hidden column, I need to get that value from that
hidden column and pass it to another page.

is that possible if so how?
 
If you hide the column with css rule display:none, as opposed to setting
Visible property to false, you can access it as any other column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top