SqlDataSource is used to bind database data to controls on web page and not to preform direct operations on database.
SqlDataSource is used to bind database data to controls on web page and not to preform direct operations on database. If you just need to update one column in table on given key, consider using System.Data.SqlClient. SqlConnection class to connect to db and System.Data.SqlClient.
SqlCommand class to execute sql statement. EDIT: Example of use very similar to your case is in SqlCommand. Parameters help: http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.parameters.aspx.
– Dade Lamkins Jul 22 at 14:48 ok, Thanks! Quick question though, what does a connection string look like? I saved one using my SQLDataSource (I'll just use that CS) but what other stuff is in the string?
– Dade Lamkins Jul 22 at 15:33 See connectionstrings.com for details on what's in a connection string and how to make one for any given datasource. – MAW74656 Jul 22 at 15:44.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.