
November 24th, 2003, 03:36 AM
|
|
Junior Member
|
|
Join Date: Sep 2002
Location: sweden
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
id to Attributes.Add("onclick"
I display items from a database in a datagird and I have a Attributes.Add("onclick", "parent.frames['main'].location.href='details.aspx';") but I need to send the id so that I will show the correct id e.g.
Attributes.Add("onclick", "parent.frames['main'].location.href='details.aspx?id=something';")
the id is the first column in the datagrid
I don't have any idea how to solve this, plz help
.patrik
|