Home All Groups Group Topic Archive Search About
Author
27 Oct 2006 7:15 PM
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

Author
28 Oct 2006 10:49 AM
anilit
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")


JFB wrote:
Show quoteHide quote
> 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