1
Answer

Eval divide function in label c#

Photo of Devendra  Kumar

Devendra Kumar

9y
1.1k
1
hi frnds i want to divide my price by inr show please help...
how yo solve this problems 
 
 
Text='<%# (Decimal.Parse(Eval("Price").ToString()) / Decimal.Parse(Eval("Inr").ToString()))%>'> 

Answers (1)