Hidden Column in Gridview (ASP.NET) How could i get the value???

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • denvercr
    New Member
    • Aug 2006
    • 13

    Hidden Column in Gridview (ASP.NET) How could i get the value???

    Hi guys,

    I'm having a problem on this a couple of days ago.. I did the best I could but I end up nothing. you guys are my last resort..

    How could I possibly retrieve a value of a hidden column in gridview?

    The column that is hidden is the primary key for security issue.. Hope you could help me out of this guys..

    thanks for your good heart.
  • anaphaxeon
    New Member
    • Oct 2006
    • 30

    #2
    Just because it is hidden, doesn't mean it isn't there! Simply call that column by using the index value, or the keyname of the column. I hope this works, it works with everything I've tried!

    Comment

    • anaphaxeon
      New Member
      • Oct 2006
      • 30

      #3
      Just a quick question, the column is there right? if it isn't re-add the column to the control, but make the column.Visible property to false.

      Comment

      Working...