i am displaying search results in a repeator
and the problem i am facing is that book image is displayed on top with details below the image
i want to display the image on the side..
kindly help
i am pasting code thanks
in advance
<%# DataBinder.Eval(Container.DataItem, "Book_Name") %>
Author: <%# DataBinder.Eval(Container.DataItem,
"Book_Author", "{0:d}") %>
Publisher: <%# DataBinder.Eval(Container.DataItem,
"Book_Publisher", "{0:d}") %>
asim janPosted Apr 15, 2012, 11:54 AM
but its displaying like i wanted but u check my screen shot..the allignment isnt proper
kindly help on this..
thanks in advance
Satyapriya NayakPosted Apr 15, 2012, 11:12 AM
Try this...
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication13.WebForm2" %>
Thanks
If this post helps you mark it as answer