P
perspolis
Hi all
I want to select from a datatable like below:
mydatatable.Select("Name='"+this.textbox1.Text+ "'");
it works properly but when I edit textbox1 with something like this re'fd
that contains ' or " the Select gives me an error "Missing Operand".
how can I solve this problem.
thanks in advance
I want to select from a datatable like below:
mydatatable.Select("Name='"+this.textbox1.Text+ "'");
it works properly but when I edit textbox1 with something like this re'fd
that contains ' or " the Select gives me an error "Missing Operand".
how can I solve this problem.
thanks in advance