Hi all,
I am fairly new to asp.net and come into a problem whilst using a gridview.
I have added some entries that contain the "&" symbol eg "PR Murphy & Associates". I haven't done any encoding of my data prior to inserting it into the database.
When the gridview is changed to edit mode my text looks like this: "PR Murphy & Associates"
Is thee a ny way I can stop it from encoding the information, I mean just keep the text as "PR Murphy & Associates" when inserting and then after/during an edit.
Thanking you