Getting value from a texbox in asp.net
- by user279521
Hi, I have a web page which contains multiple panels (used to show and hide various textboxes) and one particular panel contains textboxes that is used to edit records. However, when I am attemtping to update the table, the txtVendorID.Text.Trim() is blank.
SqlConnection con = new SqlConnection(strConn);
string sqlUpdateVendor…