modalPopupExtender issue

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

    modalPopupExtender issue

    I have a modal panel that houses a search function. I am using a linq
    datasource and visual studio 2008. My gridview is being updated with the
    correct data when searched but if I attempt to select one of the items in the
    gridview the code jumps out when trying the retrieve the row of data. The
    code behind registers that a select has been done and the command argument
    has the correct number but the rows are null. I fill the linq datasource
    usnig the Selecting method. Any thoughts would be helpful.
    --
    There are only 10 types of people in this world: Those who understand
    binary and those who don''t
  • Bob Barrows

    #2
    Re: modalPopupExten der issue

    Grissom wrote:
    I have a modal panel that houses a search function. I am using a linq
    datasource and visual studio 2008. My gridview is being updated with
    the correct data when searched but if I attempt to select one of the
    items in the gridview the code jumps out when trying the retrieve the
    row of data. The code behind registers that a select has been done
    and the command argument has the correct number but the rows are
    null. I fill the linq datasource usnig the Selecting method. Any
    thoughts would be helpful.
    There was no way for you to know it (except maybe by browsing through
    some of the previous questions before posting yours - always a
    recommended practice), but this is a classic (COM-based) asp newsgroup.
    ASP.Net is a different technology from classic ASP. While you may be
    lucky enough to find a dotnet-savvy person here who can answer your
    question, you can eliminate the luck factor by posting your question to
    a newsgroup where the dotnet-savvy people hang out. I suggest

    microsoft.publi c.dotnet.framew ork.aspnet.

    There are also forums at www.asp.net where you can find a lot of people
    to help you.
    --
    HTH,
    Bob Barrows


    Comment

    Working...