CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: colm09

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    9,393

    Re: Asp.net vb.net Problem

    I will correct that change thank you, i relatively new to this language and this help is great. when you say "option strict enabled" what does this mean and how would it be an advantage to me?
    ...
  2. Replies
    7
    Views
    9,393

    [SOLVED] Asp.net vb.net Problem

    Thanks DataMiser,

    That solved it.
    This is the updated line of code that I changed:


    sqlString = "UPDATE tbl_batch SET orignal = " & shift & " WHERE batchNumber = '" & batch & "' AND jobId = "...
  3. Replies
    7
    Views
    9,393

    Re: Asp.net vb.net Problem

    I'am using visual studio 2010 Express and .net framework 4.0
  4. Replies
    7
    Views
    9,393

    Asp.net vb.net Problem

    Hi Everyone,

    I'am two thirds of the way along with my project but for this one line.
    I have 3 dropdown lists where I'am trying to take there selected values and update my database.
    My program...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured