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
~181 People Reached
Favorite Forums
Favorite Tags
Member Avatar for krismanish

Hi, I just wanna update a gridview, but the thing is values for the gridview will be generated inside a for loop. for(int i=0; i< 10; i++) { string x1 = SomeMethod(i).ToString(); string x2 = SomeMethod(i).ToString(); // This x1 and x2 values need to be stored in DataSet or Table …

Member Avatar for hyperion
0
84
Member Avatar for krismanish

I just want to update tree with value. A B1 B2 C1 C2 C3 ? I'm setting count values for all. by default it will be 0. All these values will be stored in db At this stage A Count=1; B1 Count=1; B2 Count=0 suppose if i add node c4, …

Member Avatar for DdoubleD
0
97