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

Visual Basic

 
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 
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 
Hi Priya,

There are 2 methods using the datarowview of the bindingsource row filter property.

<br />
dim drv as datarowview<br />
drv = directcast(me.grdMyDataGrid,datasource, datarowview)<br />
drv.rowfilter = string.format("{0} LIKE '{1}'%", cboSearch.text, txtsearch.text)<br />


There is also another method where you can use the datasource default view property, there you can also set a filter.

If you need any more help, just reply to this i will give you more sample code,

Steve
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 
AnswerRe: function Pin
Christian Graus31-Jan-07 9:18
protectorChristian Graus31-Jan-07 9:18 
GeneralRe: function Pin
jds120731-Jan-07 9:31
jds120731-Jan-07 9:31 

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.