I am using ASP.net c#. I have a master page and a content page. Below is the flow.
Content page has script tag
Content page has a update panel and a dropdown list
Update panel contains a grid
Grid has a template column
template column contains dropdown list
on JQuery load i am calling a method to change the dropdownlist into autocomplete dropdown, this same function is updating the dropdown in grid also.
I have a button in grid header. this is sorting grid rows.
Issue is when i sore the grid rows and due to postback it goes to server and does not update the dropdopwn list in grid.
I doubt that the update panel is not allowing the sciprt tag JQuery load method to call it’s plug-ins.
Any suggestions?
Add this js function to your content page with your jQuery inside it: