Dear all,
am using in gridview. this gridview using bind and display value., now one picture pass the session how?
am using for rowdatabound..
this coding am using:
if (e.Row.RowType == DataControlRowType.DataRow)
{
Image imgPhoto = (Image)e.Row.FindControl("imgPhoto");
Session["imgPhoto"] = imgPhoto.ToString();
}
Advance Thanks to all
chandru