I have a aspx page in which few details are entered using controls and also radasyncupload control is used to upload files.
An i have Button_Onclick event as well as AsyncUpload1_OnFileUploaded event.
Here AsyncUpload1_OnFileUploaded event is gettin fired before Button_Onclick .
But i want to fire Button_Onclick before AsyncUpload1_OnFileUploaded event since i am performing insertion of records on Button_Onclick event and an ID is generated which i need for AsyncUpload1_OnFileUploaded event ,since i am PERFORMING Insertion of that generated ID for mutiple files uploaded .
Please help.
Thanks and Regards,
Hoosha Boosha