Author: asp.netcat | Posted on: 4/28/2010 9:06:25 AM | Views : 876

   Hi Guys,
               I'm not sure how to go about this... I need a function to query search a database when a user enters
a certain name... into a (Textbox1.Text) field & if the name is present in the Database - to display it in a lblMessage1.Text And if not return false.
 Here is my Function I have so far but only returns a value. Any help would be greatly appreciated. Thank You...            
_____________________________________________________________________

                 Private Function GetCarName(ByVal CarName As String) As String
              &nbs ...

Go to the complete details ...