1
Answer

retrieving caption dynamically to image from database

jitendra lad

jitendra lad

7y
195
1
i have created database table to store image name and binary image.using Repeater control to retrieve images in carousel. using a simple jquery function to 'Active' carousel inner class.upto this everything is working. now want to add image caption dynamically from the database column 'image name' please help me.
Answers (1)
0
Roei Bar

Roei Bar

NA 7.8k 0 15y
use Page.Request.UserHostAddress;
Accepted
0
Ken Barrett

Ken Barrett

NA 173 0 15y
Ok, stupid me... this seems to work.

String hostName = System.Net.Dns.GetHostName();
lblIpAdr.Text = hostName ;