| Thread | Last Post | Replies |
|
| access control in header template | 02 Jun 2004 05:26 GMT | 1 |
I got a label control which is dynamically created inside the headerTemplate of template column. And it is part of the datagrid. Please teach me how to read the content of that label control?
|
| DataGrid Command Doesn't work | 01 Jun 2004 18:09 GMT | 6 |
I have this column in my DataGrid: <asp:ButtonColumn DataTextField="site_name" HeaderText="Name" CommandName="Select1"> <ItemStyle HorizontalAlign="Left" VerticalAlign="Top"></ItemStyle>
|
| dynamically hide/show delete | 01 Jun 2004 16:11 GMT | 2 |
Is there a way to selectively hide/show the Delete command button on rows in the datagrid? I realize i can ignore the delete on rows where the is not allowed, but it would be cleaner to not show it. Any advice appreciated.
|
| Why are my rows looking so ugly if table is small (height of each row is streched up)? | 01 Jun 2004 14:20 GMT | 1 |
Hello, I just finished a MSDN training module and now this greenhorn is wondering why my rows returned from a small table are looking so ugly. It has to do something with the number of rows returned. When it
|
| Qualify/Reference datagrid cells by name | 01 Jun 2004 12:07 GMT | 2 |
Now I am referencing datagrid cells by index, eq. '...Cells[1].Text'. I always find this a little bit tricky to use. With DataSets it is pssible to reference by name eq. 'string someString = someDataTable.Rows[someRowNumber][someColumnName].ToString()'. Is the
|
| Datagrid questions | 01 Jun 2004 10:40 GMT | 3 |
i got couple of dotNet questions pertaining to dataGrid, if you could help me out. 1) how do i store more than one key value in the DATAKEY element. So far from what i have seen it doesnot seem possible, this is to store
|