Hi Guys,
Sorry I'm trying to upload an image to explain the scenario, but I'm not able to upload it. Uploader is not working.
I've a scenario as bellow.
1. Parent page with gridview in it.
2. Add new template button, which opens a popup with some txt fields and FileUpload control.
3. On "Submit/Upload" button, I want the data to be stored in javascript and close the popup. The stored data will be accessed from parent page and it will be added to bind the gridview.
I have to add multiple items in gridview, without saving them to db.
4. There is a save button below Gridview. On hitting the save button, I will have to store the data in database after the validation check is done.
Can anyone please suggest how can I do this using javascript or jQuery?
Thanks.