CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2006
    Posts
    50

    Question How do we capture field's value via its header text

    I am using a Detailsview on a webpage to display a few rows of data. I searched msdn and couldn't find a way on how to capture the value of the field I want on the list.

    I would like to know how to use the "Header Text" of the field to pull its value.

    For instance, I want the value of the field with header text "Product" on the list. How should it be done?

    Please help. Thanks in advance.

    mariposo
    Last edited by mariposo; March 4th, 2006 at 02:27 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured