If the links are in the same area you could stick them all in an
update panel and trigger them when the radiobutton control selected
value changes or make your own client side script (JavaScript) to
handle the event.

On Mar 9, 2:43 pm, "<M>" <[email protected]> wrote:
> Hi,
>
> I'm trying to resolve a problem that i'm sure has been tackled
> countless times before, but I can't seem to find the right search
> criteria to show me the previous discussions.
>
> The probblem I have is with one of my web pages. I would like the user
> to be able to select an option from a radio button group and then use
> the selected value in a whole bunch of hyperlinks also on the same
> page. My current solution (which is flawed) basically refreshes the
> page after the radio button is selected and during the refresh it
> builds the hyperlink URLs correctly. It's flawed because if the user
> clicks a radio button and then immediately clicks the link then the
> URL will still be pointing to the old target. I've considered
> LinkButtons but I think (help me out here please) that the use of
> these will incurr an additional page hop as it builds up the URL
> passes it back to the original page which in turn calls the newly
> requested page.
>
> What i'm looking for is the correct way to dynamicly build a URL at
> runtime.
>
> Any help appreciated.
>
> Mike

Reply via email to