merhaba arkadaşlarvar ilanSayisi = 199;var Limit = 20;double sayfasayisiyap = Convert.ToDouble(ilanSayisi/Limit);double SayfaSayisi = Math.Ceiling(Convert.ToDouble(ilanSayisi / Limit));ViewBag.SayfaSayisi = SayfaSayisi;
bu şekilde SayfaSayisi ni yukarı yuvalayıp viewe göndermek istiyorum kodda hata yok ama sayıyı aşağı yuvarlıyornormal 10 gelmesi gerekiyor ama 9 geliyor. acaba sorun nerde?--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at https://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at https://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/d/optout.