Quantcast
Viewing all articles
Browse latest Browse all 11

Re: Book on server path is not readed by iframe

Hi, Here the BookLink is the field name of my db table where i store the book path and i am retrieving book through foreach loop. Sorry i dn't explain my question clearly

<div id="box1">
@foreach (var row in db.Query(bookread))
{
<p>
<strong><a href="#">@row.Title</a></strong><br />
<strong>Author : @row.Author </strong><br/>
</p>
<div class="pdfifram">
<iframe src="@row.BookLink" style="width:645px; height:700px;"></iframe>
</div>
}
</div>

Thanks


Viewing all articles
Browse latest Browse all 11

Trending Articles