or
private void htmlTextBox1_ItemDataBound(object sender, EventArgs e) { Telerik.Reporting.Processing.HtmlTextBox txtBox = (Telerik.Reporting.Processing.HtmlTextBox)sender; txtBox.Value = "Updated"; }
context.Response.ContentType ="image/jpeg";byte[] img = businessProvider.GetImage(Convert.ToInt32(id));context.Response.BinaryWrite(img);context.Response.End();