Posted on: 11/26/2014 8:42:55 AM | Views : 484

Dears...
Asp.net with c# application explame...
Please solve this....
dt// containing no of employees details
int emp =0;
foreach(DataRow row in dt.rows)
{
      emp = convert.toint32(row["empid"])
      // calling a function for each empid...
      process(emp);
     // after finish this funtion ... I need to show the percentage means( 100/dt.rows.count) factor) to the web page. }



how to do this...
any one can explain this with small example

Go to the complete details ...