Rachit Patel
i want to call java script function without any event and call from .aspx.cs file. how's it possible?
By Rachit Patel in ASP.NET on May 13 2008
  • Vivek V
    May, 2008 14

    Javascript is an Event Oriented Programming Language. If you want to call any javascript funtion from code behind,you can use System.Web.UI.ScriptManager.RegisterStartupScript (panAddDetails,this.GetType(), "click", "javascript:DisableOnLoad();", true); where panAddDetails - Is the id of a Panel. DisableOnLoad() - Javascript method to call. cheer'S Vivek

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS