AjaxPro.2.dll
(2)//add this codes to page load here type of=Class name
AjaxPro.Utility.RegisterTypeForAjax(typeof(PlayMedia));
(3)//Add this code top of the method
[AjaxPro.AjaxMethod()]
(4)//your method here
public void UpdateTime(string strVideoViewTimeInMinute)
{
}
(5)//Add this codes for the Web config
(6)//call your method acording event
//IN HTML call the method as this
PlayMedia.UpdateTime(videoviewTime.toString());
No comments:
Post a Comment