Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Displaying Binary data with Response.Write() [modified] Pin
ASPnoob3-Aug-07 22:54
ASPnoob3-Aug-07 22:54 
GeneralRe: Displaying Binary data with Response.Write() Pin
Christian Graus4-Aug-07 0:45
protectorChristian Graus4-Aug-07 0:45 
QuestionOut of memory or system resources problem Pin
pjc*3-Aug-07 22:14
pjc*3-Aug-07 22:14 
QuestionImage gallery Pin
Vipin.d3-Aug-07 21:28
Vipin.d3-Aug-07 21:28 
AnswerRe: Image gallery Pin
Christian Graus3-Aug-07 21:30
protectorChristian Graus3-Aug-07 21:30 
GeneralRe: Image gallery Pin
Vipin.d3-Aug-07 22:37
Vipin.d3-Aug-07 22:37 
GeneralRe: Image gallery Pin
Christian Graus4-Aug-07 0:44
protectorChristian Graus4-Aug-07 0:44 
GeneralRe: Image gallery Pin
Vipin.d4-Aug-07 1:25
Vipin.d4-Aug-07 1:25 
Hi,
I use a datagrid .the code is look like..

<br />
<br />
	<asp:TemplateColumn><br />
																								<ItemStyle HorizontalAlign="Center" Width="10%" VerticalAlign="Top"></ItemStyle><br />
																								<ItemTemplate><br />
																									<asp:Image Width="70" Height="70" ImageUrl='<%#ShowImage(Convert.ToString(DataBinder.Eval(Container.DataItem, "EmployeeImage").ToString() ))%>' Runat=server ID="Image1"/><br />
																								</ItemTemplate><br />
																							</asp:TemplateColumn><br />
																							<asp:TemplateColumn HeaderText=" Name And Designation"><br />
																								<HeaderStyle HorizontalAlign="Center"></HeaderStyle><br />
																								<ItemStyle Font-Size="8pt" HorizontalAlign="Justify" Width="38%" VerticalAlign="Top" BackColor="#FFFFCC"></ItemStyle><br />
																								<ItemTemplate><br />
																									<br />
																										<%#DataBinder.Eval(Container.DataItem, "EmployeeName")%><br />
																									<br />
																									<br><br />
																									<%#DataBinder.Eval(Container.DataItem, "Designation")%><br />
																									<br><br />
																									<%#DataBinder.Eval(Container.DataItem, "EmailAddress")%><br />
																									<br><br />
																									Mob: <%#DataBinder.Eval(Container.DataItem, "MobileNo")%><br />
																								</ItemTemplate><br />
																							</asp:TemplateColumn><br />
<br />



In repeater, i draw a table in item template.. but how i fix after five image it ll go to next row..
in rpeater it will gro horizontally..

can you help me???

All I ever wanted is what others have....
CrazySanker





AnswerRe: Image gallery Pin
sulabh20203-Aug-07 21:47
sulabh20203-Aug-07 21:47 
GeneralRe: Image gallery Pin
Vipin.d3-Aug-07 22:40
Vipin.d3-Aug-07 22:40 
GeneralRe: Image gallery Pin
Christian Graus4-Aug-07 0:46
protectorChristian Graus4-Aug-07 0:46 
AnswerRe: Image gallery Pin
Vipin.d4-Aug-07 2:45
Vipin.d4-Aug-07 2:45 
QuestionDatabase Connectivity !! Pin
shweta@syscom3-Aug-07 20:23
shweta@syscom3-Aug-07 20:23 
AnswerRe: Database Connectivity !! Pin
Christian Graus3-Aug-07 21:20
protectorChristian Graus3-Aug-07 21:20 
AnswerRe: Database Connectivity !! [modified] Pin
manowj3-Aug-07 21:21
manowj3-Aug-07 21:21 
GeneralRe: Database Connectivity !! Pin
Christian Graus3-Aug-07 21:30
protectorChristian Graus3-Aug-07 21:30 
AnswerRe: Database Connectivity !! [modified] Pin
sulabh20203-Aug-07 21:52
sulabh20203-Aug-07 21:52 
GeneralRe: Database Connectivity !! Pin
Christian Graus3-Aug-07 22:01
protectorChristian Graus3-Aug-07 22:01 
GeneralRe: Database Connectivity !! Pin
sulabh20203-Aug-07 22:07
sulabh20203-Aug-07 22:07 
GeneralRe: Database Connectivity !! Pin
Christian Graus3-Aug-07 22:22
protectorChristian Graus3-Aug-07 22:22 
GeneralRe: Database Connectivity !! Pin
sulabh20203-Aug-07 22:37
sulabh20203-Aug-07 22:37 
GeneralRe: Database Connectivity !! Pin
Christian Graus3-Aug-07 22:47
protectorChristian Graus3-Aug-07 22:47 
GeneralRe: Database Connectivity !! Pin
N a v a n e e t h3-Aug-07 22:36
N a v a n e e t h3-Aug-07 22:36 
Questionset length for value Pin
praveenkumar_mca3-Aug-07 19:57
praveenkumar_mca3-Aug-07 19:57 
AnswerRe: set length for value Pin
Christian Graus3-Aug-07 21:19
protectorChristian Graus3-Aug-07 21:19 

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.