i have a dynamic string which is entered by a user in a textbox like string str=("abcdefghIBIBOijklm");
this string is dynamic and if the string contains IBIBO i want to show IBIBO on a label how can i do this
this string is dynamic and if the string contains IBIBO i want to show IBIBO on a label how can i do this