Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #25.0K
~694 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
2 Posted Topics
10 20 30 ______ 60 this 60 i want in textbox.for that i am using below code. but it is not calculating total , it is concatenating the amount. so which changes should i made in this below code foreach(datagridviewrow item in datagridview1.rows) { int n = item.Index; textbox1.text = …
i want quantity * weight (both column's total) in the textbox in crystal report. the data should retrive from sql database and should display in crystal reports.
The End.