public partial class CategoryLevel
{
public long CategoryID { get; set; }
public string CategoryName { get; set; }
public string OPTION_VALUE { get; set; }
public Nullable<int> ParentID { get; set; }
public Nullable<int> ParentID1 { get; set; }
public Nullable<int> ParentID2 { get; set; }
Without clicking twice to upload, it will retrieve the data it has saved to perform the following manipluations.
Please how do I achieve this using the same controller, and also with the same instance of upload.
Attachment: controller.zip