Viewing 3 posts - 1 through 3 (of 3 total)
Okay. I was just reading your original post which indicated that you intended to (perhaps originally) code the Text_Changed event. Looks like you've got it under control.
Good luck.
February 28, 2008 at 7:59 am
Try this. Just paste the code into a button's click event. You'll need to change the items shown bold to match your database settings.
string oConnString = "Data Source=localhost;Initial Catalog=ALocalDataBase;Integrated...
February 27, 2008 at 11:37 pm
Hmmm…does this work for you? Have you tried entering an ID with more than 1 character? What I’m getting at, is simply this: the TextChanged event will fire each time...
February 27, 2008 at 8:14 am
Viewing 3 posts - 1 through 3 (of 3 total)