Welcome Guest Search | Active Topics | Sign In | Register

file explorer selected file Options
Paradox Engineering
Posted: Friday, January 8, 2010 10:31:35 AM
Rank: Member
Groups: Member

Joined: 7/2/2009
Posts: 25
Hi, in order to analyze selected file, i use ClientSideOnFileSelected="function"

where function is

__doPostBack('__Page', 'MyCustomArgument');


then i server side check my things.after postback, file is selected. but if i select a file for deleting, after postback checkbox is not selected (and i can't delete files!). is there any way to have checkbox selected?

(i use this because i need to know if a file is in use,and if so, file cannot be deleted).

thanks.
eo_support
Posted: Friday, January 8, 2010 4:39:14 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

I don't think you can retain check status across post backs. You can execute your code through AJAX to avoid a full page back though.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.