Hi everybody!
I just started playing with the ASP.net. I'm trying to make a simple application in which the user selects an item from DropDownList and clicks on "submit",then rest of it's details are shown.
I've used two dataAdapters and 2 datasets to do that. But, I'm facing two problems. Whenever i select something from the dropDownlist, it always get to the first one in the list and shows it's details in the grid(even if i select the second one!)
Here is my ASP.net project
http://rapidshare.com/files/13099024...tion9.rar.html
and the sample access database. I had put it in the D:'s root directory
http://rapidshare.com/files/13099040...base1.mdb.html
Please help me guys! :(