Click here to Skip to main content
15,919,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow do i display the name starting with any letter(A-Z,a-z) in textbox using vb.net? Pin
sathyan_82949-Jun-07 2:08
sathyan_82949-Jun-07 2:08 
AnswerRe: how do i display the name starting with any letter(A-Z,a-z) in textbox using vb.net? Pin
MohammadAmiry10-Jun-07 3:09
MohammadAmiry10-Jun-07 3:09 
Questionpass the name of the form as a variable Pin
tonypitwood9-Jun-07 1:43
tonypitwood9-Jun-07 1:43 
AnswerRe: pass the name of the form as a variable Pin
MohammadAmiry10-Jun-07 3:18
MohammadAmiry10-Jun-07 3:18 
GeneralRe: pass the name of the form as a variable Pin
tonypitwood10-Jun-07 6:55
tonypitwood10-Jun-07 6:55 
GeneralRe: pass the name of the form as a variable Pin
MohammadAmiry10-Jun-07 20:50
MohammadAmiry10-Jun-07 20:50 
QuestionProblem in Binding datagrid control to Arraylist Pin
V.G9-Jun-07 1:25
V.G9-Jun-07 1:25 
AnswerRe: Problem in Binding datagrid control to Arraylist Pin
Dave Kreskowiak10-Jun-07 10:30
mveDave Kreskowiak10-Jun-07 10:30 
This is actually by design that this happens. An array doesn't implement the databinding interfaces, so the DGV looks at the only property that it can find on each element, Length.

You'd have to expose the array in a wrapper class that exposes the text of the string as a property. You cannot bind to the string text without it being exposed by a property.



A guide to posting questions on CodeProject[^]

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


GeneralRe: Problem in Binding datagrid control to Arraylist Pin
V.G10-Jun-07 18:51
V.G10-Jun-07 18:51 
QuestionHow to upload files to server? Pin
.NetRams8-Jun-07 22:39
.NetRams8-Jun-07 22:39 
AnswerRe: How to upload files to server? Pin
Christian Graus9-Jun-07 0:20
protectorChristian Graus9-Jun-07 0:20 
GeneralRe: How to upload files to server? Pin
.NetRams9-Jun-07 0:48
.NetRams9-Jun-07 0:48 
GeneralRe: How to upload files to server? Pin
Christian Graus9-Jun-07 0:53
protectorChristian Graus9-Jun-07 0:53 
QuestionNeed help for .Net Project Pin
Balagurunathan S8-Jun-07 21:39
Balagurunathan S8-Jun-07 21:39 
AnswerRe: Need help for .Net Project Pin
Sonia Gupta8-Jun-07 21:43
Sonia Gupta8-Jun-07 21:43 
GeneralRe: Need help for .Net Project Pin
Balagurunathan S8-Jun-07 21:51
Balagurunathan S8-Jun-07 21:51 
GeneralRe: Need help for .Net Project Pin
Sonia Gupta8-Jun-07 22:01
Sonia Gupta8-Jun-07 22:01 
GeneralRe: Need help for .Net Project Pin
Balagurunathan S9-Jun-07 0:39
Balagurunathan S9-Jun-07 0:39 
AnswerRe: Need help for .Net Project Pin
Christian Graus8-Jun-07 23:56
protectorChristian Graus8-Jun-07 23:56 
JokeRe: Need help for .Net Project Pin
Paul Conrad9-Jun-07 4:28
professionalPaul Conrad9-Jun-07 4:28 
AnswerRe: Need help for .Net Project Pin
Paul Conrad9-Jun-07 4:27
professionalPaul Conrad9-Jun-07 4:27 
Questionhelp with playing a dvd Pin
Its_Me_Lenny8-Jun-07 16:58
Its_Me_Lenny8-Jun-07 16:58 
AnswerRe: help with playing a dvd Pin
Christian Graus8-Jun-07 23:59
protectorChristian Graus8-Jun-07 23:59 
GeneralRe: help with playing a dvd Pin
Its_Me_Lenny9-Jun-07 0:02
Its_Me_Lenny9-Jun-07 0:02 
GeneralRe: help with playing a dvd Pin
Christian Graus9-Jun-07 0:17
protectorChristian Graus9-Jun-07 0:17 

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.