Skip to content

Instantly share code, notes, and snippets.

@staxmanade
Created December 22, 2010 00:27
Show Gist options
  • Save staxmanade/750881 to your computer and use it in GitHub Desktop.
Save staxmanade/750881 to your computer and use it in GitHub Desktop.
RadDocumentViewerViewModel view
<%@ Control Language="VB" Inherits="System.Web.Mvc.ViewUserControl(Of RadDocumentViewerViewModel)" %>
<div id="rad_document_viewer_container" style="height:100%;">
<iframe src="<%= Model.IFrameSrc %>" id="<%= Model.ControlID %>" frameborder="0" style="height:100%; width:100%; border: 0px none rgb(255, 255, 255);"></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment