posted by 네코냥이 2014. 1. 24. 10:38

var prm = Sys.WebForms.PageRequestManager.getInstance();

        prm.add_endRequest(function () {

            // 0.5초 지연

            //setTimeout(RefreshRow_DragEvent, 500);

            RefreshRow_DragEvent();

        });

'.NET > .NET' 카테고리의 다른 글

[ASP.NET] 캐싱 개념  (145) 2014.02.09
[.NET] OnCommand  (0) 2014.02.02
asp.net How to get the id of the button user clicked  (306) 2014.01.23
[ASP.NET] Life Cycle 문서링크  (0) 2014.01.06
Response.Redirect Vs Server.Transfer in ASP.Net  (0) 2013.12.30