|
-
Feb 10th, 2010, 09:50 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] how can be added vb code in the html code?
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 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??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|