Click here to Skip to main content
15,912,329 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 3:42
sitebuilderLuc Pattyn1-Nov-09 3:42 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 3:58
offroaderdan1-Nov-09 3:58 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Luc Pattyn1-Nov-09 4:02
sitebuilderLuc Pattyn1-Nov-09 4:02 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 4:09
offroaderdan1-Nov-09 4:09 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
Dave Kreskowiak1-Nov-09 8:33
mveDave Kreskowiak1-Nov-09 8:33 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
0x3c01-Nov-09 4:23
0x3c01-Nov-09 4:23 
GeneralRe: Command prompt in vb.net need a tad bit more help Pin
offroaderdan1-Nov-09 4:25
offroaderdan1-Nov-09 4:25 
QuestionDatagridview combined filter Pin
LuxCoder31-Oct-09 12:07
LuxCoder31-Oct-09 12:07 
I want to filter datagridview using 2 textboxes which filters the DGV according to the values entered in them. For example:

Suppose i have following dgv and
There is nametextbox where i type in "V" and i get following results.

Name Mobile
----- ------

Vikki 9861054321
Vinni 9546743243
Valter 3211243 etc...

Now i type into mobiletextbox "9" and i get following results:

Name Mobile
----- ------

Vikki 9861054321
Vinni 9546743243

and when i type "5" i.e. it becomes "95" and then i get following results :

Name Mobile
----- ------

Vinni 9546743243

For which i pass the following code in the text change event of both textboxes:

ClientProfileBindingSource.Filter = String.Format("Name LIKE '{0}%' AND Mobile LIKE '{1}%'", NameTextBox.Text, MobileTextBox.Text)


But this aint giving me results.. any thoughts on this?
QuestionUnbound Checkbox column in DataGridView Pin
LuxCoder31-Oct-09 11:55
LuxCoder31-Oct-09 11:55 
AnswerRe: Unbound Checkbox column in DataGridView Pin
Henry Minute31-Oct-09 12:17
Henry Minute31-Oct-09 12:17 
QuestionInserting values into DB Pin
LuxCoder31-Oct-09 11:44
LuxCoder31-Oct-09 11:44 
AnswerRe: Inserting values into DB Pin
Henry Minute31-Oct-09 12:05
Henry Minute31-Oct-09 12:05 
AnswerRe: Inserting values into DB Pin
Luc Pattyn31-Oct-09 12:06
sitebuilderLuc Pattyn31-Oct-09 12:06 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:11
LuxCoder31-Oct-09 12:11 
AnswerRe: Inserting values into DB Pin
Christian Graus31-Oct-09 12:08
protectorChristian Graus31-Oct-09 12:08 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:13
LuxCoder31-Oct-09 12:13 
GeneralRe: Inserting values into DB Pin
LuxCoder31-Oct-09 12:45
LuxCoder31-Oct-09 12:45 
QuestionMapWindowGIS Pin
hira0831-Oct-09 7:29
hira0831-Oct-09 7:29 
AnswerRe: MapWindowGIS Pin
DaveAuld31-Oct-09 7:40
professionalDaveAuld31-Oct-09 7:40 
GeneralRe: MapWindowGIS Pin
hira081-Nov-09 3:03
hira081-Nov-09 3:03 
GeneralRe: MapWindowGIS Pin
DaveAuld1-Nov-09 7:38
professionalDaveAuld1-Nov-09 7:38 
Questioncreate somthing like this see the example pl multi select Pin
neverpleat31-Oct-09 5:52
neverpleat31-Oct-09 5:52 
AnswerRe: create somthing like this see the example pl multi select Pin
Henry Minute31-Oct-09 6:07
Henry Minute31-Oct-09 6:07 
GeneralRe: create somthing like this see the example pl multi select Pin
neverpleat31-Oct-09 7:23
neverpleat31-Oct-09 7:23 
GeneralRe: create somthing like this see the example pl multi select Pin
Henry Minute31-Oct-09 10:22
Henry Minute31-Oct-09 10:22 

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.