March 20th, 2013 05:34 AM
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...
February 12th, 2013 05:34 AM
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...
February 12th, 2013 05:17 AM
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?
...
February 11th, 2013 05:44 AM
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 = "...
February 8th, 2013 08:07 AM
I'am using visual studio 2010 Express and .net framework 4.0
February 8th, 2013 06:12 AM
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...