|
-
February 7th, 2004, 09:00 AM
#1
Dynamic attributes in datagrid.
Hi,
I want to create these attributes dynamically in a datagrid from the codebehind.
<asp ataGrid id="dataGrid1" runat="server"
BorderColor="black"
BorderWidth="1"
GridLines="Both"
CellPadding="3"
CellSpacing="0"
HeaderStyle-BackColor="#aaaadd"
/>
I'm was thinking of starting like this:
FindControl("DataGrid1")
But there are no members for attributes.
Please help
Yours sincerely
Andla
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|