document download asp.net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hey guys,
I'm not sure what category this falls under but here is my question. I
have an asp.net site in which a repeater control shows documents that can be
downloaded. I would like to make it so a double click is required to begin
the download. How can I do that?
 
By using the "ondblclick" attribute on the tag you are using, you'll be able
to trigger the download when this event occurs.

(My personal preference would be still to use the simple click "as usual").

Patrice
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top