| |||||||
DataGrid.BackImageUrl PropertySystem.Web.UI.WebControls Namespace DataGrid Class Sets or retrieves the URL of an image to display in the background of the DataGrid control. Syntax
Property Value
The property is read/write with no default value. RemarksUse the BackImageUrl property to specify an image to display in the background of the DataGrid control.
ExampleThe following example demonstrates how to set the BackImageUrl property at design time to specify a background image for the DataGrid control. <asp:datagrid id = "myGrid" runat = "server" ... backimageurl = "~/shared/back.gif" forecolor = "beige" font-bold /> See Also |
| ||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme