Click here to Skip to main content
15,890,527 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to pass parameter from one asp application to another Pin
manasram31-Jan-07 20:25
manasram31-Jan-07 20:25 
AnswerRe: How to pass parameter from one asp application to another Pin
Christian Graus31-Jan-07 22:22
protectorChristian Graus31-Jan-07 22:22 
AnswerRe: How to pass parameter from one asp application to another Pin
shreekar31-Jan-07 23:56
shreekar31-Jan-07 23:56 
GeneralRe: How to pass parameter from one asp application to another Pin
Christian Graus1-Feb-07 0:18
protectorChristian Graus1-Feb-07 0:18 
GeneralRe: How to pass parameter from one asp application to another Pin
shreekar1-Feb-07 0:26
shreekar1-Feb-07 0:26 
Questionsearching through a datagridview by searching on what the user types Pin
steve_rm31-Jan-07 15:48
steve_rm31-Jan-07 15:48 
AnswerRe: searching through a datagridview by searching on what the user types Pin
priya_p23331-Jan-07 16:16
priya_p23331-Jan-07 16:16 
AnswerRe: searching through a datagridview by searching on what the user types Pin
steve_rm31-Jan-07 20:54
steve_rm31-Jan-07 20:54 
Hello,

Thanks a for your answer.

A better method is to use the bindingsource and set the filer. e.g.
<br />
BindingSource1.Filter = string.format("{0} LIKE '{1}%'",me.cboSearchText.Text,me.txtSearch.text)<br />


This should be in the text changed event of the text box.

Steve
QuestionRe: searching through a datagridview by searching on what the user types Pin
priya_p2335-Feb-07 17:11
priya_p2335-Feb-07 17:11 
AnswerRe: searching through a datagridview by searching on what the user types Pin
steve_rm7-Feb-07 5:56
steve_rm7-Feb-07 5:56 
QuestionRecieving keys pressed by user Pin
A*****31-Jan-07 15:04
A*****31-Jan-07 15:04 
AnswerRe: Recieving keys pressed by user Pin
Christian Graus31-Jan-07 16:26
protectorChristian Graus31-Jan-07 16:26 
QuestionHow to put unicode character or webdings charater to datagird header? Pin
lucyzhu31-Jan-07 13:57
lucyzhu31-Jan-07 13:57 
QuestionOpening a project Pin
josedariom31-Jan-07 13:24
josedariom31-Jan-07 13:24 
AnswerRe: Opening a project Pin
Ray Cassick31-Jan-07 13:30
Ray Cassick31-Jan-07 13:30 
GeneralRe: Opening a project [modified] Pin
josedariom31-Jan-07 13:35
josedariom31-Jan-07 13:35 
GeneralRe: Opening a project Pin
Ray Cassick31-Jan-07 13:44
Ray Cassick31-Jan-07 13:44 
GeneralRe: Opening a project Pin
josedariom31-Jan-07 14:01
josedariom31-Jan-07 14:01 
GeneralRe: Opening a project Pin
Christian Graus31-Jan-07 14:43
protectorChristian Graus31-Jan-07 14:43 
GeneralRe: Opening a project Pin
josedariom31-Jan-07 14:51
josedariom31-Jan-07 14:51 
GeneralRe: Opening a project Pin
Christian Graus31-Jan-07 16:26
protectorChristian Graus31-Jan-07 16:26 
QuestionPrinting a document in VB.NET 2005 Pin
harveyhanson31-Jan-07 11:18
harveyhanson31-Jan-07 11:18 
QuestionHow to tell if another application is active or not. [modified] Pin
rnamro31-Jan-07 9:54
rnamro31-Jan-07 9:54 
AnswerRe: How to tell if another application is active or not. Pin
shreekar1-Feb-07 0:07
shreekar1-Feb-07 0:07 
Questionfunction Pin
jds120731-Jan-07 8:55
jds120731-Jan-07 8:55 

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.