Messagebox
When I do the same I do not get the drop list. Any suggestions will be greatly appreciated. Thanks.
When I do the same I do not get the drop list. Any suggestions will be greatly appreciated. Thanks.
I am looking to display a sqlError exception message from a Try ... Catch.
You need to add the following statement at the top of your code file:
VB:
Imports System.Data.SqlClient |
using System.Data.SqlClient |