Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
fizzy #1
fully editable datagrid causing crash
i need to display up to possibly a few hundred rows from a database
table in a datagrid that is fully editable.
there need to be 5 editable numerical columns as textboxes and 2 non
editable columns (strings) and a delete button for each row.
after reading several tutorials on the web, i got something together.
the only problem was that once i tried it for a substantial number of
rows, say 60, the script would start hanging in internet explorer.
in firefox, i actually got a dialog box stating that a script on the
page was causing things to run slowly and i should terminate it!
i must be just trying to load too much in one page? is there any way
around this, or will i have to break up my table using paging?
thanks in advance...
fizzy Guest
-
Flash causing browsers to crash, HELP!!!!
Each browser I have tried; IE 6, IE7, firefox 2.0, Netscape 8.1 all crash when i view flash sites. This happens on severl sites watching video or... -
Flach Player causing IE to crash
Please help, I am not very computer literate. I recently purchased a game online called Magic Vines. When we try to open the game we get an error:... -
fully editable Datagrid..not bound to database..
Hello ppl I read an article in this forum regarding constructing a datagrid not bound to a database. My question is on those line..though not... -
Fully editable datagrid
Hi, I need to have a fully editable datagrid control for my webforms. I have managed to get the control so that I have one edit button at the... -
Fully multiple, editable dynamic datagrid.
Hi, I've written previously, to no avail. Can someone please help, I am looking for a working code example, that allows one to create a datagrid... -
Elton Wang #2
Re: fully editable datagrid causing crash
You might try to disable viewstate of the datagrid. It can improve the
performance. However, it also disables some functionality of the datagrid.
HTH
Elton Wang
"fizzy" <janinedalton@gmail.com> wrote in message
news:1119347427.108547.94910@f14g2000cwb.googlegro ups.com...> i need to display up to possibly a few hundred rows from a database
> table in a datagrid that is fully editable.
>
> there need to be 5 editable numerical columns as textboxes and 2 non
> editable columns (strings) and a delete button for each row.
>
> after reading several tutorials on the web, i got something together.
>
> the only problem was that once i tried it for a substantial number of
> rows, say 60, the script would start hanging in internet explorer.
> in firefox, i actually got a dialog box stating that a script on the
> page was causing things to run slowly and i should terminate it!
>
> i must be just trying to load too much in one page? is there any way
> around this, or will i have to break up my table using paging?
>
> thanks in advance...
>
Elton Wang Guest
-
fizzy #3
Re: fully editable datagrid causing crash
thanks elton.
i'll give it a go - i tend to get a bit confused about when i can
disable viewstate and when it is best not to.
i have disabled it in the past and it has actually slowed things down a
lot!?
what functionality is lost without viewstate?
fizzy Guest
-
Elton Wang #4
Re: fully editable datagrid causing crash
Some thimg like paging, sorting.
"fizzy" <janinedalton@gmail.com> wrote in message
news:1119357362.836286.286320@g44g2000cwa.googlegr oups.com...> thanks elton.
> i'll give it a go - i tend to get a bit confused about when i can
> disable viewstate and when it is best not to.
> i have disabled it in the past and it has actually slowed things down a
> lot!?
> what functionality is lost without viewstate?
>
Elton Wang Guest



Reply With Quote

