I need a login page. A registration page that has dropdownlists controls.

for example: gender.
occupation:
date of birth:
time zone:
state/provinces:
countries:

I was designing using webservices for the dropdownlist but I want to see how other sites do this.

I do not want to use webservices.
I would like to see examples. I looked on asp.net and the registration pages are quite simple.

Any source code sites would be great.

Matt

Recommended Answers

All 2 Replies

You'll need to either hard code it or use a data source of some sort. This could be XML, a SQL database, or whatever.

DO you know of any sites with samples?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.