Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Trying to capture data from grid
Message
 
À
19/05/2004 10:13:22
Bill Benton
North Florida Software Services
Middleburg, Floride, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00905231
Message ID:
00905609
Vues:
10
Bill,

>How would I then capture the PK when I enter the Edit Form, from the string passed with the URL?

Check out the Web Forms Jump Start in the MM .NET DevGuide...in "Step 11: Registering Business Object on the Order Edit Form" you'll see that you can grab a variable from the url using the ASP.NET Request.QueryString["variable name"]:
// Retrieve the Order ID passed by the Customer Orders page 
// from the query string variable
int OrderID = int.Parse(Request.QueryString["orderID"]);
Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform