how to take values to the variable from the query
DataTable dt=cs.selectquery("select sum(items)from tb_checkout group by name,category")
in Asp.net?
how to take values to the variable from the query
DataTable dt=cs.selectquery("select sum(items)from tb_checkout group by name,category")
in Asp.net?