my new problem is that i want to add the session.add() command in the datagrid when a hyperlink button of a datagrid is pushed

i am sory to the admins i have posted it to another location that it was not right

so i write it and here

i want to store a value(to use it to another page of the site) and i think i have to do that..


does anyone know how can i put the session add command(or any other vb.net command) in the html hyperlink??

i thik somehow like this
<ItemTemplate>
<asp:HyperLink ID="HyperLink2" runat="server" onclick="<%# %>" NavigateUrl='<%# databinder.eval(container.dataitem,"url") %>' Text='<%# databinder.eval(container.dataitem,"titlos") %>'></asp:HyperLink>

</ItemTemplate>

but how exactly??