hi all, i am trying to find record in datagrid using a textbox (and/or a button) but it is not working. here is the code
DataSet.Tables(0).Rows.Find(txtName)
nothing happens when I type in textbox or when I press the Search button. can u tell me what wrong with it?