Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

s_aslam98

@s_aslam98
About
Posts
12
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • how to know when mouse is clicked on gridview's column header.
    S s_aslam98

    but it is not recognizing 'var'

    ASP.NET csharp asp-net tutorial

  • how to know when mouse is clicked on gridview's column header.
    S s_aslam98

    can u plz tel me how this code snippet is working.

    ASP.NET csharp asp-net tutorial

  • can we do row span and column span of c# datagrid
    S s_aslam98

    can we do row span and column span of c# datagrid.i want to split my columns to look like name first last

    C# csharp

  • i want to add more than 1 columns with ColumnName=" " in the C#asp.net datagrid after data is bind to it.
    S s_aslam98

    e.g. datagrid to look like after name and address columns have bind to datagrid. name l address l l l

    ASP.NET csharp asp-net

  • how to know when mouse is clicked on gridview's column header.
    S s_aslam98

    how to perform an action against the mouse click on the header of the c#asp.net gridview's column.

    C# csharp asp-net tutorial

  • how to know when mouse is clicked on gridview's column header.
    S s_aslam98

    how to perform an action against the mouse click on the header of the c#asp.net gridview's column.

    ASP.NET csharp asp-net tutorial

  • how to insert a c#.net gridview in a column of another c#.net girdview?
    S s_aslam98

    thanks but can u tell me the exact path in site from where i can take help.

    C# csharp tutorial question

  • how to insert a c#.net gridview in a column of another c#.net girdview?
    S s_aslam98

    how to insert a c#.net gridview in a column of another c#.net girdview?i.e. nested gridview

    C# csharp tutorial question

  • can any body tell,how to add a table in a column of c#.net datagrid.
    S s_aslam98

    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

    C# csharp tutorial

  • can any body tell,how to add a table in a column of c#.net datagrid.
    S s_aslam98

    i m using c#.net not c#asp.net.can u plz tell me then what to do?

    C# csharp tutorial

  • can any body tell,how to add a table in a column of c#.net datagrid.
    S s_aslam98

    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# csharp tutorial

  • c# windows datagridview [modified]
    S s_aslam98

    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

    C# csharp tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups