Forum Moderators: open
I am creating a webform or a web app where people can go the site and add/update players scores. I already have the database created in SQL Server 2005 and it is already working with the drop down list of players. I need to have textboxes where people can add the points the players earned. I then need it to post back to the database and re-populate the textbox. I know I am missing something simple but I looked and looked for answers and none seem to work.
My page is asp.net 2.0 with C# and the database is SQL server 2005. I found a lot of VB solutions with Access database.
Please help!