Skip to content Skip to sidebar Skip to footer
Showing posts with the label Updatepanel

Modal Popup Not Working Inside Updatepanel

I have a gridview inside UpdatePanel. One of the column in gridview is link which when clicked shou… Read more Modal Popup Not Working Inside Updatepanel

Registerclientscriptcode Not Working After A Partial Post Back

The following lines of code are in a user control in a SharePoint website. ScriptManager.RegisterCl… Read more Registerclientscriptcode Not Working After A Partial Post Back

Datalist Delete Command Event Implementation Using Page Methods

I have a DataList and Update Panel in my page. After implementation, I checked that the response is… Read more Datalist Delete Command Event Implementation Using Page Methods

Force A Postback In Javascript For Updatepanel?

I have a function to close a modal: function closeModal(name) { $(name).modal('hide'); … Read more Force A Postback In Javascript For Updatepanel?

Force A Postback In Javascript For UpdatePanel?

I have a function to close a modal: function closeModal(name) { $(name).modal('hide'); … Read more Force A Postback In Javascript For UpdatePanel?