i select data from database
select * from Tbl_Price where ProductId=@ProductId
and then
objAdmin.optnprice = "select";
objAdmin.Product_Id = Convert.ToInt16(Session["pid"].ToString());
objAdmin.SizeId = 0;
DataSet ds = objAdmin.Priceopreation();
store all data in ds
i want
when i will send size id
objAdmin.SizeId = @SizeId ;
then how to check this sizeid in this store ds
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Devendra KumarPosted Jul 22, 2016, 4:59 AM
Manas MohapatraPosted Jul 22, 2016, 4:53 AM