Y
Yngve H
I am creating som pages in visual basic.NET. In one page I have a list
of items, which are collected from a database. Now, for each list
item, I was thinking of adding a button that the user can click on,
and be sent to a new page(i.e. HTML post). And on the new page I will
need to know which item in the list the user clicked on, so the button
needs to have an exclusive id of some kind. How can I do this, and is
there an alternative way to do it?
I want to avoid sending variables in the URL (html GET), as it may be
a security issue.
Any help would be appreciated
of items, which are collected from a database. Now, for each list
item, I was thinking of adding a button that the user can click on,
and be sent to a new page(i.e. HTML post). And on the new page I will
need to know which item in the list the user clicked on, so the button
needs to have an exclusive id of some kind. How can I do this, and is
there an alternative way to do it?
I want to avoid sending variables in the URL (html GET), as it may be
a security issue.
Any help would be appreciated