Hello ,, i have a gridview with dataset
this a statment of the dataset "SELECT Name, Price, Quantity FROM PrimaryTable WHERE (Number = @number) AND (Size = @size)"
i want to pass @number and @size to the database from a cell of datagridview
Mean , take @number for a cell of the column 'Number' and @size for a cell of the column 'Size'
and when press enter key passes its to the dataset and return the selected rows
How do it ? Please replay