编码去掉双印引号:
Dim nm As String = e.Form.Controls("TextBox1").Value
If nm > "" Then
nm = nm.Replace("""", "")
End If