server controls in datagrid taking long to draw

D

David C

I designed a datagrid with editable server controls such as text boxes,
dropdowns in each row. That way, the user does not have to click "Edit" to
get the editable controls.

And with one save button, I loop through each item, FindControl on each
field, and save all the records displayed by the datagrid on one swoop.

The problem is, it takes a looong time to draw the server control initially
since all rows have to be populated with controls. Is there a way to speed
this up?
 
L

Lars Netzel

Check of Cache functionality of ASP.NET It's pretty powerful!

There are different sorts of Caching, some for a whole page, some for parts
of a page.. and you specify that in different pages..

/Lars
 
D

David C

I thought about that, but that won't help with the initial loading, would
it? First it will have to load, and then cache. Correct?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,159
Latest member
SweetCalmCBDGummies
Top