���First thing you need to do is download Lutz Roeder's Reflector from 
http://www.aisto.com/roeder/dotnet .� Install it, and then start browsing the 
object model of the DataGrid control (under System.Web.UI.WebControls).

���But also, if you use a bound column, you should be able to do this yourself:

<asp:BoundColumn DataField="Field1" HeaderText="<img src='image.jpg' >" 
HeaderStyle-Wrap="false"/>

���Just guessing on that last part...

Cheers,

Peter

 From: "scaevola637" [EMAIL PROTECTED]

The boss wants me to replace one of the HEADER ROW Columns with an
Image. Is this Possible to do? Can I do it when I override the HTML
Render Event, find the control and then add the image?

WOuld like to know if it is possible before I start. 



[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to