G
Guest
Hello everyone
I have a question,
How can I search a string (called TextBox1.Text) in "e.Item.Cells(0).Text"
and if this string exist, then it will be highlighted (yellow), only the
string.
Thanks
Coco
for example, if e.Item.Cells(0).Text = " This is a test" and TextBox1.Text =
"test"
then when the datagrid shows the result, it will show that row with a "test"
text format highlighted.
I have a question,
How can I search a string (called TextBox1.Text) in "e.Item.Cells(0).Text"
and if this string exist, then it will be highlighted (yellow), only the
string.
Thanks
Coco
for example, if e.Item.Cells(0).Text = " This is a test" and TextBox1.Text =
"test"
then when the datagrid shows the result, it will show that row with a "test"
text format highlighted.