Groups | Blog | Home
all groups > asp.net building controls > june 2004 >

asp.net building controls : pass 2 parameters using HyperLink column?


google NO[at]SPAM joriz.is-a-geek.net
6/29/2004 5:02:38 PM
is it possible?

DalePres
7/2/2004 6:40:38 AM
Here's how I have done it; piecing the two columns together with a delimiter
and then parsing the string in the click event handler.

Hope it helps,

Dale

<%# DataBinder.Eval(Container.DataItem, "Column1") + "::" +
DataBinder.Eval(Container.DataItem, "Column2") %>

[quoted text, click to view]

AddThis Social Bookmark Button