I Am Retrieving Data From Database And Displaying In Table Dynamically
For That I Had used The Code in .cs file
StringBuilder b = new StringBuilder();
b.Append("");
");
| "); b.Append("Product Details"); b.Append(" | |||
| Product Name | ");Product Description | ");Product Price | ");Product Image |
| " + table.Rows[0]["ProductName"].ToString() + " | ");" + table.Rows[0]["ProductDescription"].ToString() + " | ");" + table.Rows[0]["ProductPrice"].ToString() + " | ");" + table.Rows[0]["ProductImage"].ToString() + " | "); // Here I am unable to Display The Image ..I Had Tried A lot by giving the Imageurl..but it is not possible.
pls Help me....

CHAITANYA KIRAN KASANIPosted Jan 22, 2013, 4:25 AM
Neha SharmaPosted Jan 21, 2013, 8:02 AM
Hope it ll help you :
Click here