***for some reason when my Javascript fires it causes the objects on the page to change...the textboxes are a different size, the font changes & the grid also....this a sample of some of the code i'm using...
If txType.Text = "IntermittentFMLA" Or txType.Text = "FMLAMoreThan40" Then
If cbPaid.Checked = False And cbUnpaid.Checked = False And cbPartialPaid.Checked = False Then
Dim message As String = "Please select pay status!"
System.Web.HttpContext.Current.Response.Write("<SCRIPT LANGUAGE=""JavaScript"">" & vbCrLf)
System.Web.HttpContext.Current.Response.Write("alert(""" & message & """)" & vbCrLf)
System.Web.HttpContext.Current.Response.Write("</SCRIPT>")
cbPaid.Focus()
Exit Sub
End If


any advice!!!! help