|
Hello one and all, I am having my data in the SQL as follows
Id Name Filename
1 XYZ xyz.jpg
2 ABC ABC.doc
I am going to display these in a grid view. What i need is when i click on Edit Button in Grid View i would like to change the data. I will upload a new file and i should replace the existing file with the new one.
For example in my first record i have saved XYZ.jpg in that if i would like to save some xyz.pdf i should replace that jpg file with pdf file. Can any give me the code for that please.
Thanks in Advance, M.Dorababu
|