Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey everyone,

I'm currently working a little project, however i'm encountering an problem.
I have to obtain values from an xml file, and the single row which exists in the sheet, needs to be copied to an already existing and filled class.

However, in every way i try, the class keeps refreshing itself, as it has been given in the first place, and the new value is not being sent with it.

Anyone who could help me with this?

Sources which are being used
Main()
http://plaatscode.be/141394/[^]

Dummie()
http://plaatscode.be/141395/[^]

Dummie_Config()
http://plaatscode.be/141392[^]

-----------------

Anyone who could help me to create a Sync Webrequest instead of the standard ASync?
-----------------
Updated source i'm using:
http://plaatscode.be/141397/[^]

However, the problem with this source is, that it doesn't stop loading.
And when i set the ManualResetEvent to true, it does proceed, but then still the class SessionID value is still empty.
this.txtSession cannot be used, since this is a seperate class, and is not constructed within the MainPage class.

-----------------
Using Threading and ManualResetEvent failed, results in loading constantly.

anyone with possible suggestions?
Posted
Updated 15-Nov-11 20:48pm
v7

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900