1
Answer

how to replace _thumb to banner in eval in asp.net code

SHERLOCK_TOMS_thumb.jpg   to   
SHERLOCK_TOMS_banner.jpg 
 my code in repeater ion itemtemplate(
 
ImageUrl='Eval("poster_path".Replace("_thumb","_banner"))) %>'  but its not cahnged tell me please
Answers (1)
0
kalpana jaiswal

kalpana jaiswal

NA 42 4.8k 8y
slots must be created Dynamically and filled in dropdownlist.
0
Joginder Banger

Joginder Banger

NA 10k 490.7k 8y
Hi Kalpana your requirement is not clear, when you slots create is it hard code or you want dynamically bind. 
 
 
0
ali tuncer

ali tuncer

NA 2.9k 108 8y
it depends in your design/requirement, you can keep slots in a table, fill dropdownlist from table, or you can add slots hard coded..