In my website I am preparing an array using datagrid items in c#, which works fine, however when I have some text in the grid which has "
as value code automatically replaces it with "
i have tried to replace "
with "
as below, however its failing and replacing "
with \"
Array.Value += "|" + dgrFinal.Rows[i].Cells[1].Text.Replace
("amp;", "").Replace(""","\"")
is there any way i can replace "
with ".
Может кто-нибудь, пожалуйста, помогите мне в этом ..... давай, ребята, ты эксперт.