Click here to Skip to main content
16,006,605 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting21-Mar-08 19:22
AAGTHosting21-Mar-08 19:22 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
Christian Graus21-Mar-08 19:37
protectorChristian Graus21-Mar-08 19:37 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
AAGTHosting22-Mar-08 15:26
AAGTHosting22-Mar-08 15:26 
GeneralRe: filling 2 different combo boxes with info from same dataTable Pin
jimpar24-Mar-08 7:34
jimpar24-Mar-08 7:34 
GeneralIn order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 6:22
saini arun21-Mar-08 6:22 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
Kschuler21-Mar-08 6:47
Kschuler21-Mar-08 6:47 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 6:57
saini arun21-Mar-08 6:57 
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
Kschuler21-Mar-08 7:47
Kschuler21-Mar-08 7:47 
I guess I really don't understand what you are asking. I think you are doing it correctly. You do not need the dsToupdate.Tables(0).Rows.Count > 0 check because the For Each statement will not run if the table is empty. But I don't know of any other way to access each column in the data row. It's easier to user the column names like you did here, than to use the indexes of the columns. Unless you are setting all of the items to the same number, in which case you can loop through the columns inside your row loop...by adding something like this:

For Each dc as DataColumn in dsToupdate.Tables(0).Columns<br />
    dr.Item(dc.Name) = "VALUE"<br />
Next


Hope this helps.
GeneralRe: In order to evaluate an indexed property, the property must be qualified and the arguments must be explicitly supplied by the user Pin
saini arun21-Mar-08 8:09
saini arun21-Mar-08 8:09 
GeneralProgress Bar Update on Button Push Pin
Travis James21-Mar-08 6:12
Travis James21-Mar-08 6:12 
GeneralRe: Progress Bar Update on Button Push Pin
Kschuler21-Mar-08 6:50
Kschuler21-Mar-08 6:50 
GeneralDragging graphics images Pin
cstrader23221-Mar-08 6:08
cstrader23221-Mar-08 6:08 
GeneralRe: Dragging graphics images Pin
Christian Graus21-Mar-08 11:28
protectorChristian Graus21-Mar-08 11:28 
GeneralEncrypting the zip file Pin
snagashree21-Mar-08 0:09
snagashree21-Mar-08 0:09 
GeneralRe: Encrypting the zip file Pin
Christian Graus21-Mar-08 11:28
protectorChristian Graus21-Mar-08 11:28 
GeneralRe: Encrypting the zip file Pin
Autodev2-Apr-08 21:46
Autodev2-Apr-08 21:46 
General็How to get path of application if it isn't Windows Form Pin
Krirk20-Mar-08 22:08
Krirk20-Mar-08 22:08 
GeneralRe: ็How to get path of application if it isn't Windows Form Pin
Luc Pattyn21-Mar-08 1:44
sitebuilderLuc Pattyn21-Mar-08 1:44 
GeneralRe: ็How to get path of application if it isn't Windows Form Pin
Krirk21-Mar-08 2:15
Krirk21-Mar-08 2:15 
GeneralHandling button click for equation Pin
Erin020120-Mar-08 10:40
Erin020120-Mar-08 10:40 
GeneralRe: Handling button click for equation Pin
Christian Graus20-Mar-08 11:30
protectorChristian Graus20-Mar-08 11:30 
GeneralAccessing a Custom Cursor In a Resource Folder Pin
bnjneer20-Mar-08 7:09
bnjneer20-Mar-08 7:09 
GeneralRe: Accessing a Custom Cursor In a Resource Folder Pin
A Wong20-Mar-08 7:21
A Wong20-Mar-08 7:21 
GeneralRe: Accessing a Custom Cursor In a Resource Folder Pin
bnjneer22-Mar-08 4:50
bnjneer22-Mar-08 4:50 
Generalerrore in retrev data Pin
asha_s20-Mar-08 6:59
asha_s20-Mar-08 6:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.