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
~241 People Reached
Favorite Forums
Member Avatar for petya.ivanova

Hi, I have a recursion in my application and very rearly it throws StackOverFlowException, but it happens and I have to solve it somehow. Here's my method: [code] private double GeneratePHybridValue(DataRow row) { double p_hybrid_value = 0.0; double min_value; double max_value; double old_M = (double)row["M"]; double old_G = (double)row["G"]; double …

Member Avatar for petya.ivanova
0
92
Member Avatar for petya.ivanova

Hi guys, Im pretty new to C# and I have a problem hoping that most of you could solve cause you are quite an experienced developers :) Here's my problem: I have a simple Windows Application Form with a dataGridView and a button. I want when the button is clicked …

Member Avatar for petya.ivanova
0
149