Hi,
I am trying to invoke a javascript function on the Pageload event and get the object of the comboox in that function. But the $find returns me a null.
Here is my page load method in .cs file
Telerik.Web.UI.RadAjaxManager.GetCurrent(Page).ResponseScripts.Add("SaveOriginalValues();");
}
This is my javascript function
cmb1 has a null value when I execute this.
Could anyone please help?
Thanks & Regards,
Ketaki
I am trying to invoke a javascript function on the Pageload event and get the object of the comboox in that function. But the $find returns me a null.
Here is my page load method in .cs file
Telerik.Web.UI.RadAjaxManager.GetCurrent(Page).ResponseScripts.Add("SaveOriginalValues();");
}
This is my javascript function
cmb1 has a null value when I execute this.
Could anyone please help?
Thanks & Regards,
Ketaki