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
~1K People Reached
Favorite Tags
Member Avatar for daniasp
Member Avatar for mohitz123
0
424
Member Avatar for sandeepbhutani

Hi, I am trying to consume a webservice and getting following error. (I can not change the wsdl source as that is from third party). Please let me know how can I consume the webservice. I am also copying WSDL for reference. Please let me know any way to consume …

Member Avatar for sandeepbhutani
0
149
Member Avatar for sandeepbhutani

Hi, I want to write a program which detects and notifies when any file or folder is accessed/opened. FileSystemWatcher is not useful as it triggers only in case of any changes. Please suggest me how to start.

Member Avatar for lolafuertes
0
100
Member Avatar for sandeepbhutani

Hi, In my application if I get an exception I catch it and send stackTrace through email. I also need the values of parameters passed to this function. I can get the names of function and parameters using MethodBase class of System.Reflection. Please suggest how can I get the values …

Member Avatar for sid78669
0
235
Member Avatar for sandeepbhutani

Hi, I am making some loops using xsl:for-each. Now I want to concatenate strings of each iteration to the previous iteration results. And want to keep it in some variable for later use. e.g.: for each iteration suppose i get a,b,c. Now I want to put them in a variable …

Member Avatar for fpmurphy
0
50
Member Avatar for Nikunjpatel

I have following query... [code=sql]SELECT * FROM tblAccount WHERE intRegionId in ([@intRegionid]);[/code] if i put hardcoded values like [code=SQL]SELECT * FROM tblAccount WHERE intRegionId in (2,3);[/code] It returns value but if i try to do it with parameterized query such as SELECT * FROM tblAccount WHERE intRegionId in ([@intRegionid]); & …

Member Avatar for sandeepbhutani
0
59