Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MmDropDownList and large DataSets
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
00861708
Message ID:
00861983
Vues:
18
Hi Gordon,

Your DataSet is WAY too large to stream that over the internet. You datasets need to be VERY small for reasonable performance. I would recommend ways to redesign your pages to eliminate the number of records to a very small number. The smaller the better.

>My web page requires three mmDropDownLists, all connected to the same DataSet. The DataSet will contain approx. 11,000 records. Each record contains a 10 character code and a 80 character description.
>
>I have attempted to do the usual MM way of doing things and just creating a Business object and connecting the dropdownlists to that. Unfortuneately, the web page never loads; even on my local machine.
>
>I talked with a friend of mine, he tells me there is a limit to the amount of data that can be placed in an HTML page. He suggests using XML instead because the information is very static.
>
>How would I use MM Business Objects to create and send the XML document to the workstation? Then, how would I bind the object to the XML document?
>
>I am very new to .NET programming.
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform