Re: ASP.NET Data Controls hi,
SampleToolItem.@ddl = @tb
@ddl is a variable and you cannot (as far as I know) reference a column name like this.
SampleToolItem.ItemID = @ItemID
In the above SampleToolItem is your tablename, ItemID is your column(or field) in your table and @ItemID is the variable that you are passing.
__________________ Venkat knowledge is Power |