|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
AddWithValue NOT workingtxtZip.Text = "Some Data" Dim strConn As String = "Server Connection" Dim str As String = "Update ZipLookup SET AssociatedZips=@AssoZip where Zip=@Zip" Dim cmd As New SqlCommand(str, New SqlConnection(strConn)) cmd.Parameters.AddWithValue("@AssoZip", txtAssoZip.Text) cmd.Parameters.AddWithValue("@Zip", txtZip.Text) cmd.Connection.Open() cmd.ExecuteNonQuery() Response.Write(str) What I am doing wrong here? It is not giving me anything .. Here is what I get as an output Update Table1 SET AssociatedZips=@AssoZip where Zip=@Zip Any help would be great! Thanks, SK
Really Stuck on a Canlendar Control PLEASE HELP!!!
Javascript disabled Menu control Accessibility Events for programatically added controls I am trying to hide some textboxes, dropdownlists and labels in datalist UserControl values lost on PostBack Video Player in browser... how do I do? Menu control. Clickable area CustomWeb Controls and Events I want to know what is a Functional Specification Document? Clikable rows in Grid View |
|||||||||||||||||||||||