Click here to Skip to main content
15,997,744 members

Comments by Mishra Laxmikant (Top 20 by date)

Mishra Laxmikant 21-Jan-14 7:55am View    
Sorry but, this is not working out.
Mishra Laxmikant 21-Jan-14 1:06am View    
probably i couldn't explain my problem properly, See FileUpload is lossing selected file just because of postback which is caused by Checkbox. Even i have put checkbox in separate updatepanel. So now problem is Updatepanel is letting postback the complete page in stead of partial.

Hope you got now. if you could suggest any solution, i will be thankful.
Mishra Laxmikant 20-Jan-14 14:09pm View    
Saddam, probably you may be right, but After postback i have show the selected file in file upload control as well. i tried to set fileupload controls on most of events if page, even on the Unload. but I found that FileUpload1.HasFiles shown true, which means fileupload selected file are getting lose after Page_Unload
Mishra Laxmikant 20-Jan-14 8:15am View    
Even i am not able to use ClientIDMode
Mishra Laxmikant 20-Jan-14 7:38am View    
thanks for your quick responce, But till yet, I have put checkbox only in update panel. and fileupload is out side