datagrid

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • djozy

    datagrid

    Pleas
    In ASP.NET applicatio
    1.How can I add dropdownlist into datagrid when I press edit button? Is there any way to put dropdownlist in datagridcolumn instead textbox
    2. I put paging to my datagrid but I don't know what code and where I need to write that when I press, lets say 2nd page, datas show in datagrid
    Thank yo

  • Zürcher See

    #2
    Re: datagrid


    "djozy" <anonymous@disc ussions.microso ft.com> schrieb im Newsbeitrag
    news:C41BEF88-DAD5-4B5F-BE8F-4C6319D208E3@mi crosoft.com...[color=blue]
    > Please
    > In ASP.NET application
    > 1.How can I add dropdownlist into datagrid when I press edit button? Is[/color]
    there any way to put dropdownlist in datagridcolumn instead textbox?

    Take a look to this extended datagrid, it has dropdownlist columns and more
    This domain is available for sale. Check out price, information and more on Dovendi.com

    [color=blue]
    > 2. I put paging to my datagrid but I don't know what code and where I need[/color]
    to write that when I press, lets say 2nd page, datas show in datagrid?

    Use a DataView as DataSource of the DataGrid
    [color=blue]
    > Thank you
    >[/color]


    Comment

    Working...