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.