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

ASP.NET

 
QuestionMy System Hangs when I double click on aspx or cs page. Pin
Manish_Kumar_Nayak22-Mar-10 19:53
Manish_Kumar_Nayak22-Mar-10 19:53 
AnswerRe: My System Hangs when I double click on aspx or cs page. Pin
Arindam Tewary22-Mar-10 20:50
professionalArindam Tewary22-Mar-10 20:50 
AnswerRe: My System Hangs when I double click on aspx or cs page. Pin
mrcooll23-Mar-10 11:37
mrcooll23-Mar-10 11:37 
QuestionDigital signature certicate integration with asp.net Pin
Amit Patel198522-Mar-10 19:52
Amit Patel198522-Mar-10 19:52 
AnswerRe: Digital signature certicate integration with asp.net Pin
sashidhar22-Mar-10 23:01
sashidhar22-Mar-10 23:01 
GeneralRe: Digital signature certicate integration with asp.net Pin
Matteo Slaviero30-Mar-10 20:48
Matteo Slaviero30-Mar-10 20:48 
Questionbinding images in repeater Pin
test-0922-Mar-10 19:48
test-0922-Mar-10 19:48 
AnswerRe: binding images in repeater Pin
PSK_22-Mar-10 20:04
PSK_22-Mar-10 20:04 
Use the itemTemplate of repeater control.

Add following in the ItemTemplate of repeater.

<img alt='<%# Eval("ImageTitle") %>' title='<%# Eval("ImageTitle") %>' 
            src='<%# Eval("Filename","images/{0}") %>' /> 


Or same thing can be done at the ItemDataBound event of the repeater control, you can dynamically create the image after getting the imagename from the data item.
Regards,
Prakash Kalakoti

GeneralRe: binding images in repeater Pin
test-0922-Mar-10 20:15
test-0922-Mar-10 20:15 
GeneralRe: binding images in repeater Pin
PSK_22-Mar-10 20:22
PSK_22-Mar-10 20:22 
GeneralRe: binding images in repeater Pin
test-0922-Mar-10 20:38
test-0922-Mar-10 20:38 
GeneralRe: binding images in repeater Pin
PSK_22-Mar-10 20:43
PSK_22-Mar-10 20:43 
GeneralRe: binding images in repeater Pin
test-0922-Mar-10 20:54
test-0922-Mar-10 20:54 
AnswerRe: binding images in repeater Pin
Arindam Tewary22-Mar-10 21:42
professionalArindam Tewary22-Mar-10 21:42 
QuestionImage processing Pin
anujashewale22-Mar-10 19:25
anujashewale22-Mar-10 19:25 
AnswerRe: Image processing Pin
Christian Graus22-Mar-10 19:40
protectorChristian Graus22-Mar-10 19:40 
Questionreal state Pin
shaban78622-Mar-10 19:08
shaban78622-Mar-10 19:08 
AnswerRe: real state Pin
PSK_22-Mar-10 19:16
PSK_22-Mar-10 19:16 
QuestionHI friend , Pin
waitsunny22-Mar-10 19:03
waitsunny22-Mar-10 19:03 
AnswerRe: HI friend , Pin
PSK_22-Mar-10 19:06
PSK_22-Mar-10 19:06 
AnswerRe: HI friend , Pin
Christian Graus22-Mar-10 19:40
protectorChristian Graus22-Mar-10 19:40 
QuestionHandling JS file in Resources Pin
M. J. Jaya Chitra22-Mar-10 15:21
M. J. Jaya Chitra22-Mar-10 15:21 
AnswerRe: Handling JS file in Resources Pin
PSK_22-Mar-10 18:24
PSK_22-Mar-10 18:24 
GeneralRe: Handling JS file in Resources Pin
M. J. Jaya Chitra22-Mar-10 18:49
M. J. Jaya Chitra22-Mar-10 18:49 
GeneralRe: Handling JS file in Resources Pin
PSK_22-Mar-10 19:05
PSK_22-Mar-10 19:05 

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.