Ask a Question related to ASP.NET Data Grid Control, Design and Development.

  1. #1

    Default new colum

    Hi,
    I have a datagrid that has 2 columns that is filled from database, I want to
    add a column each cell of it will have a check box control.

    Please help


    Bishoy George Guest

  2. Similar Questions and Discussions

    1. Datagrid colum has no Dataformat property
      I am writing a webpage in VB.net. I cant access the dataformat property of a column in the datagrid. But I get this error in Visual Studio : ...
    2. datagrid, paging and editcommand colum
      I have a datagrid in my page which has one editcommandcolumn with edit, update and cancel options. Paging is also enabled in my datagrid. When...
    3. formatting a date field in a datagrid colum - newbie
      I'm working with a datagrid control and needing to format a date field(from access) so that it just has dd/mm. Do I format it in the Tag or in ...
    4. how to Add different controls(textBox,DropDownList or some ) in the same column,based upon the value in the previous column (Say second Colum which contain dropdown with some values) ?
      I am new to ASP.NET. I am facing problem with datagrid. I will explain prob now. In the datagrid the first column is name in the second...
    5. Colum names.
      Hi, I want to make a stored procedure where i get all the colum names from a table. I know i can use SELECT COL_NAME(OBJECT_ID('Tablename'),1)...
  3. #2

    Default Re: new colum

    You need a template column with a checkbox in the item template. Look up
    MSDN Library topics on this.

    Eliyahu

    "Bishoy George" <bishoy@bishoy.com> wrote in message
    news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...
    > Hi,
    > I have a datagrid that has 2 columns that is filled from database, I want
    > to add a column each cell of it will have a check box control.
    >
    > Please help
    >

    Eliyahu Goldin Guest

  4. #3

    Default Re: new colum

    Where Can I find it in the msdn?
    Could you give me the link to it.
    I am in a hurry and couldn't find it

    Thanks alot




    "Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
    news:e9rp7Fe7FHA.1032@TK2MSFTNGP11.phx.gbl...
    > You need a template column with a checkbox in the item template. Look up
    > MSDN Library topics on this.
    >
    > Eliyahu
    >
    > "Bishoy George" <bishoy@bishoy.com> wrote in message
    > news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...
    >> Hi,
    >> I have a datagrid that has 2 columns that is filled from database, I want
    >> to add a column each cell of it will have a check box control.
    >>
    >> Please help
    >>
    >
    >

    Bishoy George Guest

  5. #4

    Default Re: new colum

    msdn.microsoft.com
    Patrick

    "Bishoy George" <bishoy@bishoy.com> wrote in message
    news:eindoLe7FHA.1184@TK2MSFTNGP12.phx.gbl...
    > Where Can I find it in the msdn?
    > Could you give me the link to it.
    > I am in a hurry and couldn't find it
    >
    > Thanks alot
    >
    >
    >
    >
    > "Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
    > news:e9rp7Fe7FHA.1032@TK2MSFTNGP11.phx.gbl...
    > > You need a template column with a checkbox in the item template. Look up
    > > MSDN Library topics on this.
    > >
    > > Eliyahu
    > >
    > > "Bishoy George" <bishoy@bishoy.com> wrote in message
    > > news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...
    > >> Hi,
    > >> I have a datagrid that has 2 columns that is filled from database, I
    want
    > >> to add a column each cell of it will have a check box control.
    > >>
    > >> Please help
    > >>
    > >
    > >
    >
    >

    Patrick.O.Ige Guest

  6. #5

    Default Re: new colum

    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwebuiwebcontrolstemplatecolumnclasstopi c.asp[/url]

    Eliyahu

    "Bishoy George" <bishoy@bishoy.com> wrote in message
    news:eindoLe7FHA.1184@TK2MSFTNGP12.phx.gbl...
    > Where Can I find it in the msdn?
    > Could you give me the link to it.
    > I am in a hurry and couldn't find it
    >
    > Thanks alot
    >
    >
    >
    >
    > "Eliyahu Goldin" <removemeegoldin@monarchmed.com> wrote in message
    > news:e9rp7Fe7FHA.1032@TK2MSFTNGP11.phx.gbl...
    >> You need a template column with a checkbox in the item template. Look up
    >> MSDN Library topics on this.
    >>
    >> Eliyahu
    >>
    >> "Bishoy George" <bishoy@bishoy.com> wrote in message
    >> news:%23biDx2d7FHA.3048@TK2MSFTNGP10.phx.gbl...
    >>> Hi,
    >>> I have a datagrid that has 2 columns that is filled from database, I
    >>> want to add a column each cell of it will have a check box control.
    >>>
    >>> Please help
    >>>
    >>
    >>
    >
    >

    Eliyahu Goldin Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139