I want to check each dictionary procedurarly.
When I use this: for (int i = 0; i <= 7; i++);
It is jumping from Dictionary to Dictionary looking for matches without allowing one Dictionary to complete its search first. I want it to prevent it from jumping from dictionary to Dictionary...
So i'm doing some practice exercises and i came across the issue. Lets say we have entered a string : "My name is Tod", "My life is hard", "Do you even lift bruh?". so what i'm asking is what kind of code should it be so that if i type "Tod" in my "search" it would find that string?
I used this code but I only can binding. cann't search, When I have a littel edit, it only search. I want both, How must I do? Thankyou!
privatevoid binding()
{
// luoihang.CurrentRow.Cells["TenHang"].Value;
lbl_iMaDia.DataBindings.Clear()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.