J
jed
I have tried
sqlCommand1.Parameters[0].Value = float.Parse(textBox1.Text);
but the debugger says that it cant see the parameter
How can i gain access to the parameter in C# EXpress.thanks in
advance(i am newbie).
sqlCommand1.Parameters[0].Value = float.Parse(textBox1.Text);
but the debugger says that it cant see the parameter
How can i gain access to the parameter in C# EXpress.thanks in
advance(i am newbie).