Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 600757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:38:26+00:00 2026-05-13T16:38:26+00:00

is it possible inside the gridview events for commands to find a cell by

  • 0

is it possible inside the gridview events for commands to find a cell by datafield name or headertext name
when using boundcolumns?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T16:38:26+00:00Added an answer on May 13, 2026 at 4:38 pm

    you can find a column in GridView.Columns and then use its index to find a desired cell. Something like in this example:

    protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e)
    {
      var myColumn = GridView1.Columns.Cast<DataControlField>().First(c => c.HeaderText == "MyColumn");
      var row = GridView1.Rows[int.Parse(e.CommandArgument.ToString())];
      var cell = row.Cells[GridView1.Columns.IndexOf(myColumn)];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Should Usings be inside or outside the namespace sa1200 All using directives
hi is it possible to bind gridview inside of usercontrol from content page, if
Is it possible to echo inside a MySQL statement? For example: SELECT p.ID,p.post_title,p.guid,p.post_name,p.post_status,name,taxonomy, <?php
Is it possible to use a TemplateField (or any *Field from a GridView) inside
I am using a gridview inside a listview.My grid view has two colums ID
I am wanting to find out if the following is possible with PHP inside
Is it possible to remove the tap effect on an item inside a gridview?
Possible Duplicate: JavaScript Variable inside string without concatenation - like PHP In PHP, double
Possible Duplicate: Can we use any other TAG inside <ul> along with <li>? Or
Possible Duplicate: User control javascript I defined a JavaScript function inside a user control.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.