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
~588 People Reached
Favorite Forums

4 Posted Topics

Member Avatar for azfarhus

I am trying to read some data from a db but I am getting an error on oledbdatareader. here is my code. [CODE]OleDbConnection conn = new OleDbConnection(@"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\Power User\Desktop\Domains.accdb;Persist Security Info=False"); conn.Open(); OleDbCommand cmd = new OleDbCommand(); cmd.Connection = conn; //cmd.CommandText = "Select * from Domains"; cmd.CommandText = "Select * …

Member Avatar for PierlucSS
0
101
Member Avatar for azfarhus

I am trying to call a web service (smartermail) which return some information (single or multiple). I am able to call the service but I dont know how to read the response/returned values? Can someone give me hints please.

Member Avatar for PierlucSS
0
161
Member Avatar for azfarhus

I need to get the focused element (label/textbox) on my page, what property used to use for it.

Member Avatar for azfarhus
0
101
Member Avatar for azfarhus

I am trying to convert a string into integer which contain a mathematical operator e.g "1+1" but I am always getting "Input string was not in a correct format." error during execution.

Member Avatar for arunkumars
0
225

The End.