datagrid help

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

    #1

    datagrid help

    Hi All,
    I have a datagrid on asp.net using VS2003.
    Does anybody create a link inside the datagrid and open a little window with
    a texarea field, and this field is related to the item on my datagrid with a
    text note field on my database.
    any ideas??
    any Links to see??
    Please help..!!
    Tks

    JFB


  • anilit@rediffmail.com

    #2
    Re: datagrid help

    make a.aspx with textarea
    add an linkbutton in itemtemplate
    set its link to required url
    onclick of it
    window.open("a. aspx?querystrin g=textboxvalue of grid")


    JFB wrote:
    Hi All,
    I have a datagrid on asp.net using VS2003.
    Does anybody create a link inside the datagrid and open a little window with
    a texarea field, and this field is related to the item on my datagrid with a
    text note field on my database.
    any ideas??
    any Links to see??
    Please help..!!
    Tks
    >
    JFB

    Comment

    Working...