hello,
Actually I want to retreive the checkbox value from the database.
I have written like this:-
Chkbillingcode =ds.Tables[0].Rows[i]["billingcod e"].ToString() ;
But it gives error.Could u help me to solve this problem.
Actually I want to retreive the checkbox value from the database.
I have written like this:-
Chkbillingcode =ds.Tables[0].Rows[i]["billingcod e"].ToString() ;
But it gives error.Could u help me to solve this problem.
Comment