Hi,
I'm towards the end of my first project and I have one issue that I cannot nail. I have a grid view which populates a details view.
In the details view I really want to be able to upload if a file has not already been uploaded.
My issue is what do i state in the details view area (Oniteminserting="DetailsView1_ItemUpdated") , about item updating. I have my code below which I thought is right, but is not working because of the following errors:
I know it has something to do with the oniteminserting, but I don't know how this works.
Thanks
Error 2 'DetailsView1_ItemUpdated' is not a member of 'ASP.pmprojectslist_aspx'. C:\LearningASP\Project\ConnXControlV2 5.5\PMProjectsList.aspx 80
Error 6 'fileUploadProject1' is not declared. It may be inaccessible due to its protection level.&n ...
Go to the complete details ...