sanjana Posted September 15, 2008 Posted September 15, 2008 i need to calculate the sum value in the datalist .any body tell me the code in C# Quote
Nate Bross Posted September 15, 2008 Posted September 15, 2008 What sum are you trying to calculate? int i1 = 2; int i2 = 5; int sum = i1+ i2; // not sure on the syntax for dataList // maybe rows[index][columnIndex] dataList.Columns[index] = sum; Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.