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
Ranked #4K
~959 People Reached
Favorite Tags

4 Posted Topics

Member Avatar for EBS.VivekGupta

Hi, I am working over a ASP .NET application and SQL server database. The databases i m using is huge and takes time while updating or generating report by my ASP .NET application. As the reporting and updating require some calculation, if the user presses ESC button or Back button …

Member Avatar for EBS.VivekGupta
0
179
Member Avatar for EBS.VivekGupta

Hi, I am working on a Windows application project for 2 months. Today i found that my most of the control events are not firing.. Till yesterday night all the forms were fine but i wonder what happened today. Can anyone pls help me out..

Member Avatar for skatamatic
0
525
Member Avatar for jackbauer24

`return` is used to return a value from the method, Suppose if x is an integer valve in any method named xImplement() then `return x;` will return the value x to its caller. And if no value is returned i.e. `return;` is used without any values then return is used …

Member Avatar for EBS.VivekGupta
0
195
Member Avatar for adam9452

First of all "==" is a comparison operator, u should use "=" for assigning false valve to dniToolStripMenuItem.Enabled.

Member Avatar for EBS.VivekGupta
0
60

The End.