You are viewing limited content. For full access, please sign in.

Question

Question

asp.net

SDK
asked on December 1, 2016 Show version history

I have an asp.net application that I would like to display Laserfiche documents in.

How do I search documents and then display them on an asp.net page so users can click and view them?

0 0

Replies

replied on December 5, 2016

I talked about exactly this topic in the Advanced Applied SDK class a few years ago.  You can download the PowerPoint and the Visual Studio project.

0 0
replied on December 14, 2016

How would I pass a document ID to the WebDocViewer asp page?

 

I would like to load this page into an iframe and pass the doc ID based on a grid selection.

0 0
replied on December 14, 2016

In general, there are two approaches.  Either update the URL when the selection changes or use message passing.  The first way is easier but will result in a full page reload, while the second is more work but will appear smoother.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.