Posted
on Jan 12, 2012
(permalink)
For some reason I am finding it extremely hard to do a simple task.
I have a drop down list of users above a grid of items associated with the user. All I want to do is rebind the grid when the drop down list is changed to return the list of items associated with the new user.
I can easily do this with a server post but want to use the ajax features. Trouble is I cannot work out how to reference the value of my drop down list in the rebind method.
Any help will be greatly appreciated.