Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: ASP.NET Web Application - Accessing A Stored Procedure

    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.

    Software Developer
    I teach; therefore, I learn.

  • RE: how to run a stored procedure from C# application

    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...

    Software Developer
    I teach; therefore, I learn.

  • RE: ASP.NET Web Application - Accessing A Stored Procedure

    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...

    Software Developer
    I teach; therefore, I learn.

Viewing 3 posts - 1 through 4 (of 4 total)