Combo in a grid view

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SXNoYW4gQmhhbGxh?=

    #1

    Combo in a grid view

    Hi,

    Am new to Asp.Net and want to try a add a combo to a grid view. Is this
    possible? If not is there any other control like the grid view that i can use
    to get the same effect?

    Thanks in advance
    Ishan
  • Michael Nemtsev [MVP]

    #2
    Re: Combo in a grid view

    Hello Ishan,

    Use ItemTemplate in your grid markup to add custom controls

    ---
    WBR,
    Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

    "The greatest danger for most of us is not that our aim is too high and we
    miss it, but that it is too low and we reach it" (c) Michelangelo


    IBHi,
    IB>
    IBAm new to Asp.Net and want to try a add a combo to a grid view. Is
    IBthis possible? If not is there any other control like the grid view
    IBthat i can use to get the same effect?
    IB>
    IBThanks in advance
    IBIshan


    Comment

    • dilipv

      #3
      Re: Combo in a grid view

      hi there,

      It is possible to add combobox to the gridview .you can add any
      other control to Grideview control.if you want you can refer to the
      following link



      Hope your query will be solved.

      Thank you
      Jitesh
      Programmer
      Sharepoint Consulting

      Comment

      • Eliyahu Goldin

        #4
        Re: Combo in a grid view

        Just note, that there is no combobox in asp.net out of box. There is a
        textbox separately and a dropdownlist separately. There are 3rd party
        controls though. Telerik has one.

        --
        Eliyahu Goldin,
        Software Developer
        Microsoft MVP [ASP.NET]




        "Ishan Bhalla" <IshanBhalla@di scussions.micro soft.comwrote in message
        news:E21CD279-2C12-4522-9C39-80C0FA2F952E@mi crosoft.com...
        Hi,
        >
        Am new to Asp.Net and want to try a add a combo to a grid view. Is this
        possible? If not is there any other control like the grid view that i can
        use
        to get the same effect?
        >
        Thanks in advance
        Ishan

        Comment

        Working...