Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a grid in update panel. I want to edit record but to edit, interface has some functionality with jquery(like slider, Calendar etc).

I tried to put all interface in EditItemTemplate but it did not work then I implemented all design in WebUserControl it is working fine but without update panel.
To overcome this I used "Sys.WebForms.PageRequestManager.getInstance().add_endRequest"
but when I watch the HTML, Edit template does not render before clicking on edit. Please suggest me.
Posted

1 solution

Hi All,

I got an answer in update panel behavior, When we use Update panel on end of post back only previously loaded script can be run.

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900