DropDownList Data

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

Hi,
How can I send an SQL command to a DropDownList?

Example:
I want to make a login page that in username I have a DropDownList with
users that are only in my DB. Then I want to compare the inserted password
with the DB password. Can anyone give some example code for that?

I know that it must be basic, but I starting with ASP .NET.
 
Back
Top