Click here to Skip to main content
15,893,487 members

Comments by Mohamed Hasan Shali (Top 14 by date)

Mohamed Hasan Shali 25-Feb-16 0:37am View    
I have bind datatable value on listview.

One column have download button on listview when user click download button I need get selected row value.

Issues is when I am clik download button row is not selected.

Please help how to get row value when I am click download button.
Mohamed Hasan Shali 6-Oct-15 13:12pm View    
we need uptime percentage.

var uptime = hm;
var downtime = hm - dm;
double up = uptime.Ticks / 6000;
double dt = downtime.Ticks / 6000;
double percentage = (double)(up / (up + dt) * 100);

this is my calculation but I didn't get exat data.
Mohamed Hasan Shali 6-Oct-15 12:52pm View    
yes I cannot get anything
Mohamed Hasan Shali 6-Oct-15 2:07am View    
How to calculate uptime percentage by timediff?
Mohamed Hasan Shali 6-Oct-15 2:07am View    
Maciej Los @ how to calculate uptime percentage by duration?