Need help in HTML code
-
I am displaying text and image data through repeater on home page of a website in asp.net but i want to check first if any image data is attached with text data then image should display on left site and the text should display on right site I have also image class. how can i write this code in HTML? how i should write IF statements in HTML? Kindly do replay Sajjad
-
I am displaying text and image data through repeater on home page of a website in asp.net but i want to check first if any image data is attached with text data then image should display on left site and the text should display on right site I have also image class. how can i write this code in HTML? how i should write IF statements in HTML? Kindly do replay Sajjad
sajjadlashari wrote:
how i should write IF statements in HTML?
You don't need to write IF conditions in HTML. Work with the events provided by repeater control. You can handle the template and it's contents from those events. Check your condition there.
Navaneeth How to use google | Ask smart questions
-
sajjadlashari wrote:
how i should write IF statements in HTML?
You don't need to write IF conditions in HTML. Work with the events provided by repeater control. You can handle the template and it's contents from those events. Check your condition there.
Navaneeth How to use google | Ask smart questions
Dear I am asking how to writ code in repeater item tag for check the image if image is with the txt data can u send me some code matching of this problem