how can i check that the node in created in xml in
vb.net
i have to check the node is exists or not
-----------
If (attributes.Exists("dsn")) Then
elmReq.setAttribute("dsn", attributes("dsn"))
End If
----------------------
and the error
System.NullReferenceException: Object variable or With block variable not set.