Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET

Reply
Thread Tools

How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET

 
 
Tony Tone
Guest
Posts: n/a
 
      04-28-2006
Hey Guys,

I am trying to create a DropDownList with Hyperlinks as ListItem. I am
creating a web page with ASP.NET and VB


Any suggestions or Solutions to my problem?

 
Reply With Quote
 
 
 
 
Nathan Sokalski
Guest
Posts: n/a
 
      04-29-2006
I don't think you can actually make a ListItem into a HyperLink, but what
you could do is set AutoPostBack=True and set the ListItem's Value property
equal to the URL you want to go to. Then in the event handler use a
Response.Redirect to send them to that URL. If you have any trouble with
this, let me know and I will do what I can to help. Good Luck!
--
Nathan Sokalski

http://www.nathansokalski.com/

"Tony Tone" <> wrote in message
news: oups.com...
> Hey Guys,
>
> I am trying to create a DropDownList with Hyperlinks as ListItem. I am
> creating a web page with ASP.NET and VB
>
>
> Any suggestions or Solutions to my problem?
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
retrive preselected value in second drop down list from the first drop down list weiwei ASP .Net 0 01-05-2007 07:29 PM
How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET Tony Tone ASP .Net 2 04-28-2006 07:33 PM
How do I create a Drop Down List with Hyperlinks as List Items in ASP.NET Tony Tone ASP .Net 0 04-28-2006 06:38 PM
Auto Drop down a Drop Down List xxbmichae1@supergambler.com Javascript 5 11-23-2005 01:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57