Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
.NET For VFP Developers Book - Problem with Example Code
Message
De
24/07/2003 16:02:43
Jan Tervonen
Mammography Reporting System
Seattle, Washington, États-Unis
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00812181
Message ID:
00813276
Vues:
9
Hi Cathi,

I placed a breakpoint after the line of code you mentioned. dsOrders exists, however, I'm not seeing a property called DataAdapter. Am I looking on the wrong place?

I tested the session object as you suggested, and it works fine.
Just as the Session("OrderDataSet") command in the Page_Load method I added a line of code similar to what's found on page 317:
Session("ISBN") = "Test line"

In the btnUpdate_Click method I retrieved the line with:
Dim ISBN As String = Session("ISBN")
In the debugger just after this line of code, ISBN is set to "Test line"
Jan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform