Hi I want to use to below code from Class file.
But There is a error because of class file don't know UpdatePanel object.
How can i solve this problem?
------------------------------------------------------------------------------------------
public void error_handling(Exception ex_obj, System.Web.UI.UpdatePanel updatepanel_obj)
{
...dosomething....
}
Go to the complete details ...