ajax problem when drop gridview into updatepanel

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

    ajax problem when drop gridview into updatepanel

    I had a non-ajaxed page with a gridview. I wanted to ajax it.

    I added the scriptmanager at the top.

    I added an updatepanel below. I dragged the gridview into it.

    In my design view I got "error creating control - updatpanel1 - type
    'system.web.ui. updatepanel' does not have an public property named
    'gridview'.

    Any idea what i'm doing wrong?

    Thanks!


  • Rain

    #2
    Re: ajax problem when drop gridview into updatepanel

    <Contents>
    Put your grid in here

    </Contents>


    "Cirene" <cirene@nowhere .comwrote in message
    news:unb9d95tIH A.5268@TK2MSFTN GP06.phx.gbl...
    >I had a non-ajaxed page with a gridview. I wanted to ajax it.
    >
    I added the scriptmanager at the top.
    >
    I added an updatepanel below. I dragged the gridview into it.
    >
    In my design view I got "error creating control - updatpanel1 - type
    'system.web.ui. updatepanel' does not have an public property named
    'gridview'.
    >
    Any idea what i'm doing wrong?
    >
    Thanks!
    >

    Comment

    Working...