ANY HELP WITH SQL??? ERROR
ANY HELP WITH SQL??? ERROR PLEASE GIVE ME A HINT.
Compiler Error Message: CS0117: 'System.Web.UI.WebControls.DropDownList' does not contain a definition for 'Text'
Source Error:
Line 27: string reg;
Line 28: reg = "INSERT INTO creditcard( [Card name], [Card type], [Expire date], [Card no:])";
Line 29: reg += " VALUES ('" + CardName.Text + "','" + CardType.Text + "','" + ExpiryDate.Text + "','" + CardNo.Text + "');";
|