TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sharon raj
NA
10
749
Bind the Image value in div tag by using C# code
Apr 25 2017 2:12 AM
SqlDataAdapter da = new SqlDataAdapter(cmd);
DataSet ds = new DataSet();
da.Fill(ds);
con.Open();
cmd.ExecuteNonQuery();
Session["dispal"] = ds.Tables[0].Rows[0]["image"].ToString();
div.style["Foreground-image"]=
ds.Tables[0].Rows[0]["image"].ToString();
is Possible
Reply
Answers (
2
)
what KeepAlive property with Httpversion 11 true or false?
Windows Application Form Downloading File