Posted on: 1/21/2014 4:27:09 PM | Views : 694

Hello all,
I'm relatively new to ASP.NET.  My employer has recently started the conversion process to .NET.  We are a Java based organization and I've been assigned a project.  Due to the abundance of information on the web I've completed most of it.  I however am stumped at the moment with the following problem:
What I need is:
1 - To grab a parameter at the end of my web applicatons URL. (complete)
2 - Select a row in a SQL database based on that parameter. (It is the ID column)
3 - Update columns in that row based on information entered in my web form. (already created)
I currently have my 'DefaultMode' set to 'Edit'.  I can update the SQL table but it only updates the top row which I've narrowed down to my parameter is not being used to select the correct row. Any help on this would be GREATLY appreciated.  I am really impressed with the willingness to teach from the Microsoft Community as a whol ...

Go to the complete details ...