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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:55:00+00:00 2026-06-03T02:55:00+00:00

I am stuckup with little problem I have the form contains 3 hidden controls,

  • 0

I am stuckup with little problem

I have the form contains 3 hidden controls, I am sending values through jquery. Upto this its working fine while I keep alert.

I am using FormCollection and try to retrieve those hidden values in .cs file but I am unable to retireve those values. When I keep break point on FormCollections its showing all the hidden control names including key numbers.

View:

<tr>
    <td colspan ="2">
        @Html.Hidden("hdnddlid")
        @Html.Hidden("hdnrblMale")
        @Html.Hidden("hdnrblFeMale")
    </td>
</tr>

<script type="text/javascript">
    $(document).ready(function () {
        $("input[name='Gender']").change(function () {
            if ($("input[name='Gender']:checked").val() == '1') {
                hdnrblMale = "Male";
            }
            else if ($("input[name='Gender']:checked").val() == '0') {
                hdnrblFeMale = "FeMale";
            }
        });
    });
</script>

Code in .cs file

public static void InsertPersonalDetails(PersonalDetails modelPersonal, FormCollection frmHdnValues)
{
    try
    {
        PersonalDbContext db = new PersonalDbContext();

        string Male = frmHdnValues["hdnrblMale"].ToString();
        string Female = frmHdnValues["hdnrblFeMale"].ToString();

        db.Entry(modelPersonal).State = EntityState.Added;
        //pDetails.Add(Objpd);
        db.SaveChanges();
        // return pDetails;
    }

Thanks

  • 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-03T02:55:01+00:00Added an answer on June 3, 2026 at 2:55 am

    Am I missing something or doesn’t your jQuery need to be:

    $("input[name='hdnrblMale']").val("Male");
    

    instead of

    hdnrblMale = "Male";
    

    also make sure that the fields are within a form being submitted.

    I use a combination of

    • Visual Studio: break points, step through code, immediate window
    • Chrome: break points in JS, JS immediate window, inspect element
    • fiddler2: see that is actually being sent to and from the server (note may beet to use localhost. instead of localhost for traffic to
      show up in fiddler – e.g. localhost.:69230 instead of
      localhost:69230)

    to debug this type of thing.. that way you should have visibility of all parts of the chain.

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

Sidebar

Related Questions

i m writing an application n stuckup with one problem.I have three activity A,B
Here's another clichéd problem, but I couldn't find an exact match to this. I
this may sound lame but i am stuck up with summing up the values
I'm using php,html,javascript,mysql. My functionality goes like this. I have a division made in
I am badly stuck up with this problem! I am running Microsoft SQL Server
This may sound simple but i am stuck up at a very strange problem.
Hi everyone I am having a problem trying to get this to work. Basically
I am still stuck up in this problem. I want to create dynamically multiple
So I have this spool file having this kind of content. SQL> select file_name
I want to call a function inside my jquery-plugin (widget-factory based). Looks like this:

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.