H
Hrvoje Vrbanc
Hello all!
I'm new to ASP.NET 2.0 and I tried connecting and inserting to a SQL
database by using SqlDataSource control.
I build an INSERT query using the query builder tool but I'm puzzled with
the following: I select the columns that I want to include into my query and
then there is a column "Values". However, it looks that the cells in this
column accept (or interpret everything entered) only literals and not
variables. What should I do in order to put textbox text into the query? If
I enter '"& textbox1.text &"' there, it is interpreted as literal and no
variable are passed to query.
Thank you in advance,
Hrvoje
I'm new to ASP.NET 2.0 and I tried connecting and inserting to a SQL
database by using SqlDataSource control.
I build an INSERT query using the query builder tool but I'm puzzled with
the following: I select the columns that I want to include into my query and
then there is a column "Values". However, it looks that the cells in this
column accept (or interpret everything entered) only literals and not
variables. What should I do in order to put textbox text into the query? If
I enter '"& textbox1.text &"' there, it is interpreted as literal and no
variable are passed to query.
Thank you in advance,
Hrvoje