0
votes
5answers
433 views
asp.net dropDownBox selectedIndex not being maintained.
I have a weird problem with a dropdownbox selectedIndex always being set to 0 upon postback. I'm not accidentally rebinding it in my code. In fact I've placed a breakpoint at the very first line of …
0
votes
0answers
167 views
JQGrid Not Completing
I am attempting to use jqGrid with asp.net. The grid comes back greyed (disabled?) and the Loading... div is still visible. But my data is in the grid just fine. From reading other questions and fo …
0
votes
__doPostBack not rendering on postback
The first thing I would look at is whether you have any asp controls (such as linkbutton, comboboxes,that don't normally generate a submit but requre a postback) being displayed on the page.
…
