got it. use DataItem("columnname"(





"Learning SQL Server" <no.mail.com> wrote in message
news:ulsj5VNYDHA.4040@tk2msftngp13.phx.gbl...
> Im trying to get the value of a column (its a key column) from a dataset
and
> append it to a Javascript call using Attributes.Add. But I'm not sure what
I
> need for this.
>
> I'm using the ItemCreated event, but which member of Item do I use to fill
> the line?
>
> e.Item.Attributes.Add("onDblClick", "DoSomeJavascriptStuff('" &
e.Item.?????
> & "')"
>
>
> thank you for your help
>
>
>
>
>