Hi,

I'm creating a search function so that the user gets a list of people from the database to choose from.

I want the list to look like the bulletedlist (somewhat) and I want information about the selected person to appear in a number of textboxes that I have on the form.

Now for that I use the "value" property and the "click" event, but it seems the hyperlinking overrides it, linking the user to a url containing the value, which leads to a page that doesn´t exist.

I guess I could write a new procedure, linking back to the page and using the "value" property like a querystring or something like that, but it would be a lot easier if I could just disable the linking and use my own "click" procedure.

I don´t want to set the display mode to "button". Text is ok but then I don´t know how to make the items clickable.

Thanks!
Fuga.