Hi Peter:
I read over that intro page. I can’t see anywhere that setting the “name” attribute was mentioned. The example itself only uses id, and I saw no postback example included.
At any rate, I did add the name attribute to the div tag for the dropdownlist. But during postback, Request.Form still does NOT contain that particular key. It contains only keys of the other controls.
<div id="jqxCombo_OffCampusInst" name="jqxCombo_OffCampusInst">
controller:
string OffCampusOrgID = Request.Form[“jqxCombo_OffCampusInst”].ToString(); generates error: Object reference not set to an instance of an object.