jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox Request.Form Not Recognizing Combo value

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 9 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Request.Form Not Recognizing Combo value #77389

    GrantM
    Participant

    I have discovered an issue in my application where comboboxes werent sending the data to my asp code, but all other fields on my forms were. After some hours of debugging i realised that when i added the “name” attribute to their div tag that they worked again, even though i have a working version that does not have those name tags and successfully uses Request.Form on the asp file to retrieve their values.

    The fact it worked without the “name” tags is strange. What could cause this issue? Is it a setting witin IIS Management? Is it the version of jquery or ASP thats being used? Or is it something else?

    I also notice that my version of dreamweaver does not recognise the “name” tag as an attribute of a div tag. Is this a new HTML 5 developement?

    Thank you.

    Request.Form Not Recognizing Combo value #77391

    Peter Stoev
    Keymaster

    Hi GrantM,

    You should have “name” attribute if you want the Form to submit the Combobox’s values. I don’t know how it worked without “name”.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.