Ihab Salamin 0 Newbie Poster

Hey , all

i want do this senario :

i made a webpage that select excel file to be uploaded and save the file in any directory and then display the content of this file in gridview
that what i do .


i want now to make the gridview fully editable so that when i press a button called edit , the gridview will be full editable and then save the change to the same excel file by pressing a save button can any one help me ???

asp.net c# or vb.net


i see this webpage but the problme is that they make it editable but they use a datasource to read the data and save it and i need a to read from excel file and save changes to it http://www.codeproject.com/KB/webforms/EditGridviewCells.aspx