Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 26th, 2004, 02:55 PM
Authorized User
 
Join Date: Feb 2004
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to mahulda
Default Page Loading very slowly

My Page displays monthly data for a list of items using textboxes.
The no. of items vary from 6 to 10.
On an average the Page displays about 8*31 = 243 textboxes.

All these textboxes are Creates Dynamically using the placeholder
Control.

Hence every time the page Reloads, it takes an awful lot of time in
doing so. Is there any way out of this mess.

__________________
-.. -..
 
Old March 26th, 2004, 04:37 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Can you disable the view state for each and every control? By default EnableViewState = true, so if you don't need to preserve the data on the post back, then it would be quicker.

Brian
 
Old April 1st, 2004, 11:06 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 336
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to alyeng2000
Default

try another solution using controls like:
datagrid,datalist,repeater

Ahmed Ali
Software Developer





Similar Threads
Thread Thread Starter Forum Replies Last Post
Page is Loading too Slow kornshell Classic ASP Basics 7 October 16th, 2008 09:28 AM
Slow page Loading yadavrahul2k5 ASP.NET 2.0 Professional 5 August 13th, 2007 07:12 AM
.net page loading is slow angshujit .NET Framework 1.x 1 December 26th, 2006 07:53 AM
Page Loading Problem devteam SQL Server 2000 1 January 9th, 2006 12:43 PM
My web page is coming slowly phpsharma Linux 1 December 10th, 2003 10:01 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.