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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:41:43+00:00 2026-06-05T14:41:43+00:00

Within a GridView I have several TemplateFields. The controls within these fields are set

  • 0

Within a GridView I have several TemplateFields. The controls within these fields are set to runat=”server” so I can access them from the codebehind. However, several of these fields values may dynamically change during the course of filling out the information using JQuery. Upon submission of the form when I attempt to process each row’s data, the Value returned for any field that was edited client side using JQuery still reflects the original value assigned during data binding. For example if the field “Hours” was blank when the GridView was databound, but using JQuery I change the value to 350, then in the code behind when I do

string Hours = ((HtmlInputText)row.FindControl("Hours")).Value;

it still returns blank instead of the 350 assigned client side. How do I access the CURRENT value of that field?

  • 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-06-05T14:41:45+00:00Added an answer on June 5, 2026 at 2:41 pm

    The simple answer to this question is that server controls hold the most recent values they were assigned before being posted to the server. You should be getting 350 from that control if that was the last thing it was set to.

    You could try instantiating an actual HtmlInputText object and look at it in debug mode to see if you retrieved the object your looking for successfully.

    HtmlInputText hit = (HtmlInputText)row.FindControl("Hours");
    

    Being in a GridView template, asp.net might have modified it’s id:
    1) Are you sure its value was successfully set in jQuery.
    2)Are you sure you are successfully retrieving the object in your code-behind?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a DevExpress gridView within an asp updatePanel. <asp:ScriptManager ID=ScriptManager1 runat=server /> <asp:UpdatePanel
I have a Gridview within an UpdatePanel that shows some data from my Database.
I have a gridview within an updatepanel which allows paging and has a linkbutton
I have a asp:GridView which contains a asp:TextBox within a TemplateField. I would like
I am trying to set a focus on a dropdown within GridView(gridViewDropDown class) when
I am using c#.net. Within my Gridview I am trying to set the SelectedRowStyle
I have a gridview that displays all trips - within that gridview I have
I have a GridView which is continually rebound using a timer and is within
I am using a GridView within an updatepanel. I have gridview generated edit and
I have a gridview that imports data from a remote database, this is working

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.