SQL 2005 Express?
Hello
I have figured out how to make a simple database with one table and two feilds. The database name is ChannelOutput and the feilds are Time and Channel. I can link the Time and Channel feilds to a textbox and can update and insert and delete data using the Gridview but can not get it to save the data back to the database so when I stop debuggin it wont loose my data. Anyone have a simular problem and might help me out?
Thanks I have Visual studio 2005 for my development software and SQL 2005 express for the database.
[540 byte] By [
BennettDan] at [2007-11-11 10:14:03]

# 1 Re: SQL 2005 Express?
How are you binding the GridView to your database? If you're using a SqlDataSource, please see http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/sqldatasource.aspx for information on using the SqlDataSource's UpdateCommand property to save changes to the database.
# 2 Re: SQL 2005 Express?
I have 2 textboxes that I draged and dropped out of the database explorer which should automaticaly bind them then I bound the gridveiw to the database. I actually want to update the textboxes to the database also I will look at your sight on your reply..thanks