hmm. not possible directly, why would u want to do that? the only way i see is to use the ItemDataBound event to change the attribtes of the cells that need to be merged...
A gridview may not be the best solution then as it renders a table which isn't really for displaying images. Try using a repeater instead as you'll have a lot more control over the output.
ty..never used it before...In gridview I could create image succesfully though. Im just trying Image cell into two ..so top part I can show heading and 2nd part I can show Image..Here is code
Yes, you are right that it is possible but I don't think it's the best option. Instead, use a repeater and use CSS to position your images accordingly.
sure..Please ignore column "Img". Imamge path is stored in field sPathImage1. I need to add title to column Img2 which is stored in field sImageTitle. (Right now its not there in query because I dont know how to add title)
<%@ Page Language="VB" %>
<%@ Register Assembly="BetterImageProcessor" Namespace="BetterImageProcessor" TagPrefix="BIP" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.