Hi,
Why when I click the checkbox and submit it stills submit a False value?
Thank you
ote: chkpeer is the name of the checkbox..Code:Try query = "UPDATE TblChangeControlDet SET PeerRvwApp=@PeerRvwApp WHERE ChangeID=@ChangeID" cmdC = New SqlCommand(query, conn) cmdC.Parameters.AddWithValue("@PeerRvwApp", chkpeer.Text) cmdC.ExecuteNonQuery() Catch ex As Exception MsgBox(ex.Message, MsgBoxStyle.Information, "CCMS") End Try
Thxs


Reply With Quote
If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Bookmarks