Is it possible to display a message in browser console window by coding in code-behind.
I am aware that it could be done by javascript as well as we can set message in Visual studio output window by using System.Diagnostics.Debug.WriteLine() method.
But I am looking for a way to set message in Browser console so that I can have easy access to it without disturbing its normal operation when code is set up on server.
I am aware that it could be done by javascript as well as we can set message in Visual studio output window by using System.Diagnostics.Debug.WriteLine() method.
But I am looking for a way to set message in Browser console so that I can have easy access to it without disturbing its normal operation when code is set up on server.