Click here to Skip to main content
15,901,373 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Flickering of the page Pin
Not Active17-Mar-08 7:53
mentorNot Active17-Mar-08 7:53 
GeneralRe: Flickering of the page Pin
Ekjon17-Mar-08 9:30
Ekjon17-Mar-08 9:30 
QuestionFile download problem with Response.Cache ??? Pin
Vanamaindia17-Mar-08 3:49
Vanamaindia17-Mar-08 3:49 
GeneralAsp:reapeter Pin
Assaf8217-Mar-08 3:34
Assaf8217-Mar-08 3:34 
GeneralRe: Asp:reapeter Pin
eyeseetee17-Mar-08 3:43
eyeseetee17-Mar-08 3:43 
QuestionRe: Asp:reapeter Pin
Assaf8217-Mar-08 3:47
Assaf8217-Mar-08 3:47 
GeneralRe: Asp:reapeter Pin
Christian Graus17-Mar-08 9:38
protectorChristian Graus17-Mar-08 9:38 
GeneralShowing image in a Table's Row inside the DataList Pin
.NET- India 17-Mar-08 2:19
.NET- India 17-Mar-08 2:19 
The following code i'm using to display the image in a Table's Row from the database inside the DataList but it's not bringing the image even not showing any error

<asp:DataList ID="DataList2" runat="server" CellSpacing="0" CellPadding="0" RepeatColumns="1" RepeatDirection="Horizontal" Width="100%">
<ItemTemplate>
<table id="Table_Banner1" cellpadding="0" cellspacing="0" width="100%" border="1">
<tr style="background-image:url(<%# DataBinder.Eval(Container.DataItem,"Image")%>);height:50px;">
<td>
</td>
<td>
</td>
</tr>

..............



Also if i'm doing something wrong please let me know how to do it

I want to fetch a image from a folder and it's(image) url is stored in the database and want set it as background.....
GeneralRe: Showing image in a Table's Row inside the DataList Pin
J a a n s17-Mar-08 2:33
professionalJ a a n s17-Mar-08 2:33 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
.NET- India 17-Mar-08 3:14
.NET- India 17-Mar-08 3:14 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
eyeseetee17-Mar-08 3:21
eyeseetee17-Mar-08 3:21 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
.NET- India 17-Mar-08 4:11
.NET- India 17-Mar-08 4:11 
GeneralRe: Showing image in a Table's Row inside the DataList Pin
J a a n s17-Mar-08 4:35
professionalJ a a n s17-Mar-08 4:35 
GeneralHiding a column form a run time created datatable Pin
samerh17-Mar-08 2:06
samerh17-Mar-08 2:06 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 2:14
eyeseetee17-Mar-08 2:14 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 2:47
samerh17-Mar-08 2:47 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 3:07
eyeseetee17-Mar-08 3:07 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 3:25
samerh17-Mar-08 3:25 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 3:48
eyeseetee17-Mar-08 3:48 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 3:52
samerh17-Mar-08 3:52 
GeneralRe: Hiding a column form a run time created datatable Pin
eyeseetee17-Mar-08 4:03
eyeseetee17-Mar-08 4:03 
GeneralRe: Hiding a column form a run time created datatable Pin
samerh17-Mar-08 4:19
samerh17-Mar-08 4:19 
GeneralVallidation problem Pin
SreejithAchutan17-Mar-08 1:49
SreejithAchutan17-Mar-08 1:49 
GeneralRe: Vallidation problem Pin
eyeseetee17-Mar-08 1:53
eyeseetee17-Mar-08 1:53 
GeneralRe: Vallidation problem Pin
SreejithAchutan17-Mar-08 16:38
SreejithAchutan17-Mar-08 16:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.