but it is not recognizing 'var'
s_aslam98
Posts
-
how to know when mouse is clicked on gridview's column header. -
how to know when mouse is clicked on gridview's column header.can u plz tel me how this code snippet is working.
-
can we do row span and column span of c# datagridcan we do row span and column span of c# datagrid.i want to split my columns to look like name first last
-
i want to add more than 1 columns with ColumnName=" " in the C#asp.net datagrid after data is bind to it.e.g. datagrid to look like after name and address columns have bind to datagrid. name l address l l l
-
how to know when mouse is clicked on gridview's column header.how to perform an action against the mouse click on the header of the c#asp.net gridview's column.
-
how to know when mouse is clicked on gridview's column header.how to perform an action against the mouse click on the header of the c#asp.net gridview's column.
-
how to insert a c#.net gridview in a column of another c#.net girdview?thanks but can u tell me the exact path in site from where i can take help.
-
how to insert a c#.net gridview in a column of another c#.net girdview?how to insert a c#.net gridview in a column of another c#.net girdview?i.e. nested gridview
-
can any body tell,how to add a table in a column of c#.net datagrid.sorry.i was making mistake.i want to implement this using dataGridView.now can u plz tell me? i want to add table in a column just like this bold statement.but this is for datagrid can u tel me for gridview. public void DataGrid1_ItemCreated(object sender, System.Web.UI.WebControls.DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Header) { e.Item.Cells.RemoveAt(2); e.Item.Cells[1].ColumnSpan = 2; e.Item.Cells[1].Text = "<table style='FONT-WEIGHT: bold;WIDTH: 100%; COLOR: Black; TEXT-ALIGN: center'><tr align=center><td colspan = 2 style='BORDER-BOTTOM:cccccc 1pt solid'>Name</td></tr><tr align =center ><td style ='BORDER-RIGHT: cccccc 1pt solid'>FName</td>< td>LName</td></tr></table>"; } }
modified on Monday, January 26, 2009 4:23 AM
-
can any body tell,how to add a table in a column of c#.net datagrid.i m using c#.net not c#asp.net.can u plz tell me then what to do?
-
can any body tell,how to add a table in a column of c#.net datagrid.i want to perform following functionailty from c#.net datagrid -------------------------- name address fist last -------------------------- abc df pk abc df pk -------------------------- i.e. splitting column name into two columns 'first' and 'last'. we can't span column in c#.net datagrid. can any body tell,how to add a table in a column of c#.net datagrid.
-
c# windows datagridview [modified]i want to convert a column look into table look.Can any body tel me how to do this? e.g.datagridview having 2 columns name address arshadaslam pk to look like name address first Last arshad aslam pk which now have three columns:first,last,address.
modified on Sunday, January 25, 2009 12:10 PM