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. How Do I Put My Asp.net Application On A Companies Server

    Hi Everyone,

    I've Nearly completed my 3rd year Asp.net web application framework(4.0) for college and its coming to the stage where it will have to be put on the companies server. Just wondering...
  2. Replies
    0
    Views
    4,236

    Gridview With dropdown list

    As shown in my picture below i have 3 gridviews.
    Each showing information from my database.
    S1 shows all information where S=1
    S2 shows all information where S=2
    S3 shows all information where...
  3. Replies
    7
    Views
    9,228

    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?
    ...
  4. Replies
    7
    Views
    9,228

    [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 = "...
  5. Replies
    7
    Views
    9,228

    Re: Asp.net vb.net Problem

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

    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 6 of 6





Click Here to Expand Forum to Full Width

Featured