In Aspx.cs called javascript function in aspx page and want to return the label text in code behind ,but
im calling js function in page load so label text is null since life cycle is not completed but how can i call js function without any buton click and get the return value from js function.