Hi all
I've a page with asp.net TreeView Control, and a form that contain multiple controls(combobox, textbox, datepicker, etc).
When i select a node from the Treeview, the page bis refreshed and the datasource that's connected to the form, assign the data from the database that is related to this selected node. (by using the Where parameter)
I have an RadAysncFileUpload Control in the form, and it been populated with the data from the database after selecting a node.
I want to know if it possible to remove the image so i can upload a different one, using Client API.
I know that i need to check the checkbox(with the file name next to him) and than submit the form, but i need it without submiting the entire form.
Thank you :)
I've a page with asp.net TreeView Control, and a form that contain multiple controls(combobox, textbox, datepicker, etc).
When i select a node from the Treeview, the page bis refreshed and the datasource that's connected to the form, assign the data from the database that is related to this selected node. (by using the Where parameter)
I have an RadAysncFileUpload Control in the form, and it been populated with the data from the database after selecting a node.
I want to know if it possible to remove the image so i can upload a different one, using Client API.
I know that i need to check the checkbox(with the file name next to him) and than submit the form, but i need it without submiting the entire form.
Thank you :)