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 6548169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:55:09+00:00 2026-05-25T11:55:09+00:00

I have an template field in a GridView : <asp:TemplateField HeaderText=Value> <ItemTemplate> <asp:TextBox CssClass=form-field

  • 0

I have an template field in a GridView :

<asp:TemplateField HeaderText="Value">
            <ItemTemplate>
                <asp:TextBox CssClass="form-field small" ID="txtPhoneNo" Text="" EnableViewState="true"
                    runat="server" />
                >
            </ItemTemplate>
        </asp:TemplateField>

I wrote this code to access textbox value in rows :

foreach (GridViewRow row in grvPhoneType.Rows) {
    string  PhoneNumber = (((row.FindControl("txtPhoneNo")) as TextBox).Text);
    // Do what ever with PhoneNumber 

}

although user enters value on txtPhoneNo textbox but variable PhoneNumber is empty.
What’s the problem?

  • 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-25T11:55:09+00:00Added an answer on May 25, 2026 at 11:55 am

    Use the FindConrol method in the cell that holds the control. The following example would work if your template column is the first column in your GridView.

    foreach (GridViewRow row in grvPhoneType.Rows) {
     string  PhoneNumber = (((row.cells(0).FindControl("txtPhoneNo")) as TextBox).Text);
     // Do what ever with PhoneNumber
       } 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have this template field inside a gridview. <asp:TemplateField ItemStyle-HorizontalAlign=Center> <ItemTemplate> <asp:ImageButton ID=ImageButton2 ImageUrl=~/images/DeleteRecord.gif
In a gridview I have the following Template Field containing a textbox <asp:TemplateField ShowHeader=true
I have the following checkboxes in my gridview: <asp:TemplateField HeaderText=Active> <ItemTemplate> <%# DataBinder.Eval(Container.DataItem, Active)%>
I have a gridview with a template field that has a HyperLink: <asp:TemplateField ItemStyle-Width=12%
<asp:GridView ID=GridView1 runat=server CssClass=style29> <Columns> <asp:TemplateField HeaderText=Send Message to Group> <ItemTemplate> <asp:LinkButton ID=LinkButton2 runat=server
I have a traditional ASP.NET GridView. Inside of it I have a Template Field
I have a Gridview <asp:GridView ID=GridView1 runat=server Width=400px AutoGenerateColumns=false OnSelectedIndexChanged=GridView1_SelectedIndexChanged1> <Columns> <asp:TemplateField> <ItemTemplate> <asp:CheckBox
I have a asp:GridView which contains a asp:TextBox within a TemplateField. I would like
I have a problem with getting value of template field; Gridview is in ContentPlaceHolder1;
I have a button inside of a gridview's template field. Onclick i want to

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.