How can I reproduce JavaScript's console.log() functionality from code-behind in ASP.NET web application?
Surprised this hasn't been given before but this works for me in Code Behind with Chromes console:
Response.Write("<script>console.log('opened window');</script>")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With