Setting values in ASP.Net controls

  • Thread starter Thread starter Kerri
  • Start date Start date
K

Kerri

I have a page that allows users to create a user account.

The aspx has various dropdowns that I populate by binding
the dropdownlist to a dataset.

OK so far?

However, I also want a page where the user can edit their
profile..so I need to be able to set the selected value
based on what is saved in my user table and I also need
to add the extra entries that exist in my list table.

Anyone know how I can do this easily.

Do I need to join on my user table and my table that has
all the various categories in order to get the selected
value and add my other values??


Thanks,
Kerri.
 
If you want a page, I can code it for you. You can email me at
(e-mail address removed).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top