Recent content by Scotty Doesnt Know

  1. S

    What settings on my automotive battery charger should I use with my 2001 Dodge Durango?

    Let me preface this by saying I'm a computer programming geek. I know nothing about cars. Please don't laugh at my ignorance. I have this older Black and Decker Battery Charger. I want to use it to recharge the battery that doesn't have enough juice to start my 01 Dodge Durango. However...
  2. S

    Are you any more likely to watch Glee in light of Billy Joel's announcement?

    He says he's given the producers permission to use his entire back catalog, and that there's going to be an "All Billy Joel" episode of Glee. He hints that he is not likely to appear in the show himself, stating that he's "a piano player, not an actor."
  3. S

    POLL: What walks the stairs without a care & shoots so high in the sky;

    bounces up & down just like a clown? Everyone knows its __________________.
  4. S

    How do I make my ASP.NET (VB) program to read the current user's Active

    Directory record to obtain full name? I'm looking for a specific example, in VB, that will allow me to access the current user's Active Directory info. The user does not have to authenticate...they'll already be authenticated when they access this application (which is only available locally)...
  5. S

    how to get asp.net sql select statement to get its value from textbox?

    Yes. You'll have to build the SelectCommand in a string first, like this: Dim commandText as String = "SELECT [ID], [School_name], [School_Gender] FROM [Schools] WHERE [School_name] = '" & Trim(ttbox.Text) & "'" This will work in most cases, but it won't work if you have a single quote as...
Back
Top