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

I have added a web service reference in my C# metro Style App and it is added successfully. But when I try to call the async method it tells to use await before the function call. But when I use await it tells 'await' operator can only be used within …

Member Avatar for pritaeas
0
236
Member Avatar for rahul_njain

I am using Webbrowser control to automate the data entry but there is a file upload control for which i am unable to upload file. The code of target page is : <form name="iform" style="margin:0px;" action="http://test.com" method="post" enctype="multipart/form-data"> <INPUT TYPE="button" value="Change Image" style="width:112px;"> <input id="file" name="image" type=file class=hiddenMask onchange="upload();" this.edit="false"> …

0
136