Click here to Skip to main content
15,911,785 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVB.NET for web Pin
Bosko197810-Jul-07 15:54
Bosko197810-Jul-07 15:54 
AnswerRe: VB.NET for web Pin
Paul Conrad29-Jul-07 6:10
professionalPaul Conrad29-Jul-07 6:10 
GeneralRe: VB.NET for web Pin
Bosko197829-Jul-07 11:51
Bosko197829-Jul-07 11:51 
QuestionMS Access db Run SQL Query to get result in textbox Pin
svh198510-Jul-07 11:32
svh198510-Jul-07 11:32 
AnswerRe: MS Access db Run SQL Query to get result in textbox Pin
George B Gilbert10-Jul-07 11:52
George B Gilbert10-Jul-07 11:52 
QuestionSaving Data from datagrid in vb.net 2005 Pin
bluesperrow10-Jul-07 7:55
bluesperrow10-Jul-07 7:55 
AnswerRe: Saving Data from datagrid in vb.net 2005 Pin
Dave Kreskowiak10-Jul-07 9:01
mveDave Kreskowiak10-Jul-07 9:01 
AnswerRe: Saving Data from datagrid in vb.net 2005 Pin
George B Gilbert10-Jul-07 12:30
George B Gilbert10-Jul-07 12:30 
It depends on how you are populating the datagrid. If populating is done by adding items directly to the datagrid, the only way to save changes made in the datagrid is by looping through all of those items.

If, on the other hand, you are using a datatable as the data source for the datagrid, it is possible to save changes enmass without using a loop. For example, the Access Table Interface class extracts data from an Access database and exposes the extracted data in a datatable property. If that datatable property is set as the data source for the datagrid, all edits done in the datagrid will also be posted to the data source. The edited data can be posted back to the database with one call to the Access Table Interface's UseCommandBuilder method.
QuestionListView add and group items Pin
svh198510-Jul-07 5:52
svh198510-Jul-07 5:52 
AnswerRe: ListView add and group items Pin
George B Gilbert10-Jul-07 6:14
George B Gilbert10-Jul-07 6:14 
GeneralRe: ListView add and group items Pin
svh198510-Jul-07 6:18
svh198510-Jul-07 6:18 
GeneralRe: ListView add and group items Pin
George B Gilbert10-Jul-07 6:38
George B Gilbert10-Jul-07 6:38 
GeneralRe: ListView add and group items Pin
svh198510-Jul-07 6:52
svh198510-Jul-07 6:52 
GeneralRe: ListView add and group items Pin
TwoFaced10-Jul-07 10:44
TwoFaced10-Jul-07 10:44 
GeneralRe: ListView add and group items Pin
svh198510-Jul-07 11:12
svh198510-Jul-07 11:12 
GeneralRe: ListView add and group items Pin
svh198512-Jul-07 10:45
svh198512-Jul-07 10:45 
GeneralRe: ListView add and group items Pin
George B Gilbert10-Jul-07 11:44
George B Gilbert10-Jul-07 11:44 
GeneralRe: ListView add and group items Pin
svh198510-Jul-07 11:48
svh198510-Jul-07 11:48 
GeneralRe: ListView add and group items Pin
George B Gilbert10-Jul-07 12:14
George B Gilbert10-Jul-07 12:14 
QuestionAccess a query on my computer Pin
Cory Kimble10-Jul-07 4:28
Cory Kimble10-Jul-07 4:28 
AnswerRe: Access a query on my computer Pin
Christian Graus10-Jul-07 5:04
protectorChristian Graus10-Jul-07 5:04 
QuestionGetting text from MS Word Pin
reegan4110-Jul-07 4:23
reegan4110-Jul-07 4:23 
AnswerRe: Getting text from MS Word Pin
George B Gilbert10-Jul-07 12:43
George B Gilbert10-Jul-07 12:43 
GeneralRe: Getting text from MS Word Pin
reegan4111-Jul-07 4:30
reegan4111-Jul-07 4:30 
GeneralRe: Getting text from MS Word Pin
George B Gilbert11-Jul-07 5:20
George B Gilbert11-Jul-07 5:20 

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.