INSERT INTO [tbl] (nome, tg1, tg2, tg3) VALUES ('"+ codvar +"', '" + textboxb1.Text + "', '" + textboxb2.Text + "', '" + textboxb3.Text+ "')"
if(string.IsNullOrEmpty(Server.HtmlEncode(textboxb1.Text)))
if (string.Empty(Server.HtmlEncode(textboxb1.Text)))
if (textboxb1.Text == String.Empty) { parameter1.Value = null; } else { parameter1.Value = Server.HtmlEncode(textboxb1.Text); }
Torna al forum | Feed RSS