Click here to Skip to main content
15,914,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: hi Pin
Christian Graus3-Oct-07 12:33
protectorChristian Graus3-Oct-07 12:33 
QuestionPassing a variable to another form Pin
Zaegra3-Oct-07 4:05
Zaegra3-Oct-07 4:05 
AnswerRe: Passing a variable to another form [modified] Pin
Kenny McKee3-Oct-07 4:19
Kenny McKee3-Oct-07 4:19 
AnswerRe: Passing a variable to another form Pin
Johan Hakkesteegt3-Oct-07 4:57
Johan Hakkesteegt3-Oct-07 4:57 
QuestionDatatable sort Pin
cstrader2323-Oct-07 3:38
cstrader2323-Oct-07 3:38 
AnswerRe: Datatable sort Pin
Dave Kreskowiak3-Oct-07 4:53
mveDave Kreskowiak3-Oct-07 4:53 
GeneralRe: Datatable sort Pin
cstrader2323-Oct-07 8:53
cstrader2323-Oct-07 8:53 
GeneralRe: Datatable sort Pin
Dave Kreskowiak3-Oct-07 12:02
mveDave Kreskowiak3-Oct-07 12:02 
cstrader232 wrote:
but I would then think that you could put that row collection right back into the table it came out of.


The rows weren't removed from the table. So, there's nothing to "put back".

Besides, you can't write them back to the database in a specific order anyway. Databases don't care about the order of records and do not guarantee the order in which the records are retrieved from the table unless the SELECT statement specifies an ORDER BY clause.

So, what you're doing is a complete waste of time.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Datatable sort Pin
cstrader2323-Oct-07 12:33
cstrader2323-Oct-07 12:33 
QuestionInitialize Date and time picker Vb 2005 Pin
nishkarsh_k3-Oct-07 2:46
nishkarsh_k3-Oct-07 2:46 
AnswerRe: Initialize Date and time picker Vb 2005 Pin
Johan Hakkesteegt3-Oct-07 8:00
Johan Hakkesteegt3-Oct-07 8:00 
GeneralRe: Initialize Date and time picker Vb 2005 Pin
nishkarsh_k3-Oct-07 8:22
nishkarsh_k3-Oct-07 8:22 
GeneralRe: Initialize Date and time picker Vb 2005 Pin
TremaHD3-Oct-07 12:05
TremaHD3-Oct-07 12:05 
GeneralRe: Initialize Date and time picker Vb 2005 Pin
Johan Hakkesteegt3-Oct-07 19:49
Johan Hakkesteegt3-Oct-07 19:49 
GeneralRe: Initialize Date and time picker Vb 2005 Pin
nishkarsh_k3-Oct-07 20:18
nishkarsh_k3-Oct-07 20:18 
GeneralRe: Initialize Date and time picker Vb 2005 Pin
Johan Hakkesteegt3-Oct-07 20:38
Johan Hakkesteegt3-Oct-07 20:38 
AnswerRe: Initialize Date and time picker Vb 2005 Pin
visualhint4-Oct-07 3:48
visualhint4-Oct-07 3:48 
QuestionHai give an idea Pin
Senthil S3-Oct-07 2:11
Senthil S3-Oct-07 2:11 
AnswerRe: Hai give an idea Pin
Colin Angus Mackay3-Oct-07 3:16
Colin Angus Mackay3-Oct-07 3:16 
AnswerRe: Hai give an idea Pin
Scott Dorman3-Oct-07 12:12
professionalScott Dorman3-Oct-07 12:12 
AnswerRe: Hai give an idea Pin
koolprasad20034-Oct-07 1:00
professionalkoolprasad20034-Oct-07 1:00 
QuestionHow to bind a picture to a picturebox at run time in Vb.Net..? Pin
Balagurunathan S3-Oct-07 1:36
Balagurunathan S3-Oct-07 1:36 
AnswerRe: How to bind a picture to a picturebox at run time in Vb.Net..? Pin
C1AllenS3-Oct-07 2:04
C1AllenS3-Oct-07 2:04 
GeneralRe: How to bind a picture to a picturebox at run time in Vb.Net..? Pin
Balagurunathan S3-Oct-07 2:15
Balagurunathan S3-Oct-07 2:15 
QuestionTo setting day notes in calender Pin
Deepthy.P.M3-Oct-07 1:23
Deepthy.P.M3-Oct-07 1:23 

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.