Click here to Skip to main content
15,913,487 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvb.net projects Pin
lucky123456023-May-06 9:29
lucky123456023-May-06 9:29 
AnswerRe: vb.net projects Pin
DougW4823-May-06 9:49
DougW4823-May-06 9:49 
AnswerRe: vb.net projects Pin
Mekong River23-May-06 15:27
Mekong River23-May-06 15:27 
Questionhow i can gives the resume suport in my downloader in VB.NET Pin
goharnazir23-May-06 9:25
goharnazir23-May-06 9:25 
QuestionEmbed an Application in VB.NET Web form [modified] Pin
kgoodlad23-May-06 9:00
kgoodlad23-May-06 9:00 
QuestionHow create a DBF db and set size of a field in VB6 [modified] Pin
Dormarth23-May-06 8:27
Dormarth23-May-06 8:27 
QuestionTo update and add data in the dataset from the datagrid Pin
SwatiPathania23-May-06 8:11
SwatiPathania23-May-06 8:11 
AnswerRe: To update and add data in the dataset from the datagrid Pin
MohammadAmiry23-May-06 12:34
MohammadAmiry23-May-06 12:34 
If you bind the datagrid to the dataset, and make sure that the ReadOnly property of the datagrid is set to false, the dataset is updatable by the datagrid. Then you should write

DataAdapter1.Update(DataSet1)
DataSet1.AcceptChanges()


to have the changes take effect in the database....
AnswerRe: To update and add data in the dataset from the datagrid Pin
Vaja Dinesh V.23-May-06 20:45
Vaja Dinesh V.23-May-06 20:45 
QuestionProblem lining up data to columns Pin
Quecumber25623-May-06 8:00
Quecumber25623-May-06 8:00 
QuestionDefault Web page Pin
gr0leau23-May-06 7:06
gr0leau23-May-06 7:06 
JokeNo no limits ^^ Pin
bxb23-May-06 6:16
bxb23-May-06 6:16 
GeneralRe: No no limits ^^ Pin
MohammadAmiry23-May-06 6:39
MohammadAmiry23-May-06 6:39 
QuestionEfficient array save/load Pin
MohammadAmiry23-May-06 6:14
MohammadAmiry23-May-06 6:14 
AnswerI found the answer! Pin
MohammadAmiry23-May-06 6:45
MohammadAmiry23-May-06 6:45 
QuestionVB.NET question Pin
Blue Bird23-May-06 5:07
Blue Bird23-May-06 5:07 
AnswerRe: VB.NET question Pin
Wooster200623-May-06 5:16
Wooster200623-May-06 5:16 
GeneralRe: VB.NET question Pin
Joshua Quick23-May-06 12:41
Joshua Quick23-May-06 12:41 
AnswerRe: VB.NET question [modified] Pin
j-on23-May-06 5:21
j-on23-May-06 5:21 
GeneralRe: VB.NET question [modified] Pin
Joshua Quick23-May-06 12:50
Joshua Quick23-May-06 12:50 
AnswerRe: VB.NET question Pin
Joshua Quick23-May-06 13:06
Joshua Quick23-May-06 13:06 
AnswerRe: VB.NET question Pin
Dave Doknjas23-May-06 14:25
Dave Doknjas23-May-06 14:25 
Questionvb.net job vb.net job Pin
KRISHNENDU MUKHERJEE23-May-06 4:32
KRISHNENDU MUKHERJEE23-May-06 4:32 
QuestionHiding controls in design view Pin
Joshua Boyle23-May-06 4:00
Joshua Boyle23-May-06 4:00 
AnswerRe: Hiding controls in design view Pin
Wooster200623-May-06 5:18
Wooster200623-May-06 5:18 

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.