datagrid help

  • Thread starter Thread starter JFB
  • Start date Start date
J

JFB

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
 
make a.aspx with textarea
add an linkbutton in itemtemplate
set its link to required url
onclick of it
window.open("a.aspx?querystring=textboxvalue of grid")
 
Back
Top