I am using the below client script in aspx code behind to call a javascript function. But the below client script in public static method so i got the error in registerstartupscript first argument.My older post is here Call non-static function from static function
If any one have a possible solutions please post..
Page.ClientScript.RegisterStartupScript(typeof(Page), "SymbolError", "from_bill_tab();");