[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Dynamic URLs with List Control

J.Bish

4/2/2002 6:37:00 AM

Such a simple thing to do in ASP using A Tags, but with a
server side list control in .NET, a bit hairy.

I have a dataset populated from the database and I want
to assemble an URL with a querystring for each value in
the dataset. For example:

/PeopleDirectory/LastName=Smith
/PeopleDirectory/LastName=Smooty
/PeopleDirectory/LastName=Snotty
/PeopleDirectory/LastName=Sniffley

The value for the last name is in the dataset and the
base URL is fixed. How is this done with server controls
using mobile forms, or web forms for that matter.

Thanks
1 Answer

(Simon Calvert)

4/2/2002 6:26:00 PM

0