gridview controls and modal windows.

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

    gridview controls and modal windows.

    Is it possible to use a Gridview object in a page that is called via the
    window.showModa lDialog method ? If i try to call the Form modally it give me
    an error every time when I try to select an item in the grid or if I try to
    change the page that the grid is currently displaying.
  • Mark Rae

    #2
    Re: gridview controls and modal windows.

    "V.Campanil e" <VCampanile@dis cussions.micros oft.comwrote in message
    news:B91E45B6-6AB4-490B-8058-DDED0D875937@mi crosoft.com...
    Is it possible to use a Gridview object in a page that is called via the
    window.showModa lDialog method ?
    Sure - why not? Unless you have any users who don't use Microsoft Internet
    Explorer...
    If i try to call the Form modally it give me an error every time when I
    try to select an
    item in the grid or if I try to change the page that the grid is currently
    displaying.
    <rolls eyes>

    WHAT ERROR ARE YOU GETTING?


    Comment

    • V.Campanile

      #3
      Re: gridview controls and modal windows.

      "Mark Rae" wrote:
      "V.Campanil e" <VCampanile@dis cussions.micros oft.comwrote in message
      news:B91E45B6-6AB4-490B-8058-DDED0D875937@mi crosoft.com...
      >
      Is it possible to use a Gridview object in a page that is called via the
      window.showModa lDialog method ?
      >
      Sure - why not? Unless you have any users who don't use Microsoft Internet
      Explorer...
      >
      If i try to call the Form modally it give me an error every time when I
      try to select an
      item in the grid or if I try to change the page that the grid is currently
      displaying.
      >
      <rolls eyes>
      >
      WHAT ERROR ARE YOU GETTING?
      >
      >
      >
      First off I wanted to be sure that what I was attempting to do was even
      permissable before I cluttered up the NG with what could have been useless
      data.

      The error, according to the IE error box is, "Line: 1 Char: 1 Error: Object
      Expected Code: 0 URL: javascript:__do PostBack('GridV iew1','Page$6') ." Thats
      when I try to select a page of the grid.

      I get "Line: 1 Char: 1 Error: Object Expected Code: 0 URL:
      javascript:__do PostBack('GridV iew1','Select$6 ')." when I try to select a
      specific record from the Gridview.

      Comment

      Working...