Problem with gridview to display data from database
Hi..
In my asp project,i have used gridview to display data from database.I need to retrieve the data.One cell conatins data like 'A & B'.i.e data contains '&' symbol.But when i retrieve the data.I get the result as 'A &B'.So i cannot retrive the data from databse.How to solve this...I have used the code string a=gridview1.selectedRaw.cell[1].text.