Forum Moderators: open

Message Too Old, No Replies

ASP.NET 2.0 webform and SQL server

data binding asp:textbox to SQL database

         

xander

4:25 pm on Dec 15, 2008 (gmt 0)

10+ Year Member



I'm a new to the database world and I am hoping someone can shed some light with their expertise.....

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!