Click here to Skip to main content
15,918,041 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
if you want to bind/associate image details on data bound event, you need to do following,

step 1. Identify the layout controls inside the repeater. Say if you have a Table layout which is repeating for each row of data source. You need to capture that in that data bound event handler. (To do that you might need to add a runat = server in case of a table layout )

step 2. Once the layout control is identified, find the image control ( assuming that in aspx file you must have provided an image control inside layout to display the images). Then set required property of that images.

NB: Row Bound event handler's event argument should give you the data from database i.e image title, image path etc.

Please let me know if you need more help.
Thanks,
Arindam D Tewary

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 
GeneralRe: Handling JS file in Resources Pin
M. J. Jaya Chitra23-Mar-10 15:08
M. J. Jaya Chitra23-Mar-10 15:08 
Questionefficiently paging very large record set (~500000) records Pin
uglyeyes22-Mar-10 15:13
uglyeyes22-Mar-10 15:13 
AnswerRe: efficiently paging very large record set (~500000) records Pin
Not Active22-Mar-10 15:32
mentorNot Active22-Mar-10 15:32 
GeneralRe: efficiently paging very large record set (~500000) records Pin
uglyeyes22-Mar-10 15:43
uglyeyes22-Mar-10 15:43 
GeneralRe: efficiently paging very large record set (~500000) records Pin
Not Active22-Mar-10 16:09
mentorNot Active22-Mar-10 16:09 
GeneralRe: efficiently paging very large record set (~500000) records Pin
uglyeyes22-Mar-10 16:44
uglyeyes22-Mar-10 16:44 

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.