Ajax in GridView

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

    #1

    Ajax in GridView

    Hi,

    I am looking for a way to use Ajax inside gridview. I am not talking about
    putting a gridview inside an updatepanel and refresh the gridview, I want to
    use Ajax on per row basis, when user clicks on a dropdownlist on row number
    x, only row x will be refreshed. Can somebody give me some code samples?

    TIA



  • Robert Bravery

    #2
    Re: Ajax in GridView

    HI,

    Perhaps you could put the ajax panel in a template

    Robert

    "Raymond Du" <rdrd@yahoo.com wrote in message
    news:uoS$wxd8HH A.3624@TK2MSFTN GP05.phx.gbl...
    Hi,
    >
    I am looking for a way to use Ajax inside gridview. I am not talking about
    putting a gridview inside an updatepanel and refresh the gridview, I want
    to use Ajax on per row basis, when user clicks on a dropdownlist on row
    number x, only row x will be refreshed. Can somebody give me some code
    samples?
    >
    TIA
    >
    >
    >

    Comment

    • =?Utf-8?B?UGV0ZXIgQnJvbWJlcmcgW0MjIE1WUF0=?=

      #3
      RE: Ajax in GridView

      Raymond,
      "AJAX in GridView" isn't a C# language newsgroup question, it's really an
      ASP.NET group question. Or better yet, the AJAX forums on the asp.net site.
      -- Peter
      Recursion: see Recursion
      site: http://www.eggheadcafe.com
      unBlog: http://petesbloggerama.blogspot.com
      BlogMetaFinder: http://www.blogmetafinder.com



      "Raymond Du" wrote:
      Hi,
      >
      I am looking for a way to use Ajax inside gridview. I am not talking about
      putting a gridview inside an updatepanel and refresh the gridview, I want to
      use Ajax on per row basis, when user clicks on a dropdownlist on row number
      x, only row x will be refreshed. Can somebody give me some code samples?
      >
      TIA
      >
      >
      >
      >

      Comment

      Working...