Show onyl selected record in GridView

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

    Show onyl selected record in GridView

    Hi all,
    is it possible, when a user select a record in a GridView (ASP.NET 2.0 - VS
    2005) show only this record in this GridView and hidden all others records?

    Thanks a lot.
    --
    Luigi

  • Munna

    #2
    Re: Show onyl selected record in GridView

    On May 27, 4:38 pm, Luigi <ciupazNoSpamGr a...@inwind.itw rote:
    Hi all,
    is it possible, when a user select a record in a GridView (ASP.NET 2.0 - VS
    2005) show only this record in this GridView and hidden all others records?
    >
    Thanks a lot.
    --
    Luigi
    Hi

    Use a select button and on item command modify the data source to
    display only one record...
    and rebind the datasource to the grid.

    Best of luck

    Munna



    Comment

    • =?Utf-8?B?THVpZ2k=?=

      #3
      Re: Show onyl selected record in GridView

      "Munna" wrote:
      >
      Hi
      >
      Use a select button and on item command modify the data source to
      display only one record...
      and rebind the datasource to the grid.
      >
      Best of luck
      Thanks Munna.

      Luigi

      Comment

      Working...