new to asp.net C#

R

Ray Lewis

I'm new C# and ASP.NET. I'm teaching myself some basics, but I keep hitting
a lot of road blocks. Currently, I'm writing a small web app in C#. The
idea is this:

1. click on a dropdownlist that is populated with data from a database
2. select one of the options in the dropdownlist
3. click a "submit" button
4. display the rest of the row from the database.

I've populated the dropdownlist.....and that was difficult enough. Any help
is appreciated.

Also, does anyone know of any good books for programming in Visual
Studio.NET using C# Web Apps? I know, it's specific, but I need examples
and tutorials. I've looked online, and all of the tutorials I find read
like I'm supposed to know what I'm doing. unfortunately, I don't.
 
G

Guest

asp.net unleashed is a good book, as for the internet,
google, you'll get alot of sites to check out.

check out this one:
http://www.411asp.net/
they have good tutorials, etc on asp.net development.

as for you question, how do you want to show the rest of the data? Datagrid,
etc.
 

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

Top