|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Login to SQL serverHello,
My question is how do I give a error message to the user that their user name or password is wrong? If anyone know of a book or something that deals with this type of thing. That would be great too. Thanks Tom Assuming you just want to send the message back to the user..
Try sqlLogin catch ex as SqlException response.write(ex.Message) catch ex as Exception response.write(ex.Message) End Try Show quoteHide quote "TOM" <tb***@yahoo.com> wrote in message news:09ae01c54200$2c26f130$a501280a@phx.gbl... > Hello, > My question is how do I give a error message to the user > that their user name or password is wrong? > If anyone know of a book or something that deals with this > type of thing. That would be great too. > > Thanks > Tom
Determine if "Hide extensions for known file types" is active
What scope is best for defining Enum type? VB6 to VB.Net Conversion How to overload method of third party component? creating an array as property of a class Selecting specific columns from a dataview? Limiting the directories somebody can browse to..... Creating a custom log Passing parameters to Data Adapter Hierarchal recordset |
|||||||||||||||||||||||