Posts
 
Reputation
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
~694 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

2 Posted Topics

Member Avatar for sagar.patole1

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 = …

Member Avatar for ddanbe
0
120
Member Avatar for sagar.patole1

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.

Member Avatar for sagar.patole1
0
574

The End.