Monday 11 March 2013

how to display image in image control in asp.net with c#

 protected void Page_Load(object sender, EventArgs e)
    {
        image .ImageUrl = "~/image/" + "green.png";
        image .DataBind();
    }

No comments:

Post a Comment