I added the message dialog box to my click event but it is not firing.
Protected Sub btnReading_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnReading.Click
btnReading.Attributes.Add("onclick", "return confirm('Are you sure you want to Submit this READING');")
CreateKM() End Sub