I am trying to use the following statements inside button_click event to open new tab with aspx form as following:
Response.Write("<script>")
Response.Write("window.open('FollowUpLetterPostingDetails.aspx','_blank')")
Response.Write("</script>")
However, nothing is opened and no error is given.
Go to the complete details ...