Hi,
I have created one DataAccessAdapter object "adapter" and started a Transaction with it...
I have some part of my transaction in one web page and the rest in the next page. Now i want to pass the same adapter onject to the next page before comitting it... Can i pass that through URL parameter or save in a Session to use it next Page?
Or is there any other way to do this?
I used the following code to start the transaction:
adapter.StartTransaction( IsolationLevel.ReadCommitted, "EnrollGateway" );
now i want the same adapter onject for two different pages which should come under the same transaction.
pls help me its very urgent.....
Thanku
Varthy