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

  • Home
  • SEARCH
  • 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 8720737
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:06:11+00:00 2026-06-13T07:06:11+00:00

I am trying to get the value of a hidden input in code behind

  • 0

I am trying to get the value of a hidden input in code behind with the following code. I am trying to cast it but it cannot find it , any help ?

((HtmlControl)FindControl("contentId"))

I declare it in aspx with the following code:

    <input id="contentId"  type="hidden" />

I dont want to runat server because i have my own reasons

  • 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-13T07:06:12+00:00Added an answer on June 13, 2026 at 7:06 am

    To access a HTML control at server side (in your C# code), you need to first add the runat=”server” attribute. So, your markup should look like

    <input type="hidden" id="contentId" runat="server"/>
    

    Now, in the code behind you can use the control by its id contentId itself if the code behind got generated properly.

    Please let us know why you are forced to use the FindControl in the first place as it can be accessed by using the id directly.

    Update

    As per the comment below, the user for some reason is not interested in making this input a server side control. Then the only possibility by which you can read the values at server side is as below. But this is not advised as any changes to the name goes unnoticed and breaks at runtime.

    <input type="hidden" id="contentId" name="contentName" runat="server"/>
    

    In Code

    this.Request.Forms["contentName"] would return the hidden value.

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

Sidebar

Related Questions

I have the following code. <div class=container> <input type=hidden name=id value=123 class=id /> <div
I have following code: <input type=hidden name=qz_id value=<?=$quizid; ?> /> <input type=hidden name=s_id value=<?=$s_id;
I'm trying to get the value of a hidden form with xpath, there are
I'm trying to get value to two hidden fields in AJAX which somehow is
I cannot seem to figure this out. I'm trying to get row[video] value from
Hello everyone I been trying get php uploader working but having a lot of
I'm trying to pass a variable to a hidden form input upon click of
I am trying to get the selected dropdown value and perform a slideDown on
I am trying to get a value from salesforce class into a javascript variable.
i'm trying to get jquery to add the value of a select box 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.