From: Praj <pra...@ya...> - 2006-08-03 19:43:29
|
Hello, Can Anthem be used for increasing GridView performance with objectDataSource ? I need to show around 10,000 rows in gridview with sorting enabled. Right now it takes almost 20 seconds while the Database query takes only 2 seconds to execute. Thanks, P --------------------------------- Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. |
From: Cassio <cas...@te...> - 2006-08-04 02:15:35
|
I think 10,000 rows is too much to be displayed in a html page. The 18 = seconds diference is your browser downloading the page. I think anthem = woudnt help too much, since the whole gridview would have to be = downloaded again on each sorting. Maybe you should ask your users if = they really need to examine 10,000 rows at one time. Or maybe you could = use paging on the gridview. Cassio ----- Original Message -----=20 From: Praj=20 To: ant...@li...=20 Sent: Thursday, August 03, 2006 4:43 PM Subject: [Anthem.NET-users] GridView performance Hello, Can Anthem be used for increasing GridView performance with = objectDataSource ? I need to show around 10,000 rows in gridview with sorting enabled. = Right now it takes almost 20 seconds while the Database query takes only = 2 seconds to execute. Thanks, P -------------------------------------------------------------------------= ----- Do you Yahoo!? Get on board. You're invited to try the new Yahoo! Mail Beta. -------------------------------------------------------------------------= ----- = -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to = share your opinions on IT & business topics through brief surveys -- and earn = cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV -------------------------------------------------------------------------= ----- _______________________________________________ anthem-dot-net-users mailing list ant...@li... https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users -------------------------------------------------------------------------= ----- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: = 2/8/2006 |
From: Manu Temmerman-U. <ma...@di...> - 2006-08-04 07:12:13
|
Yea paging is the answer... It will be mainly your browser sucking up time... Manu. ps: Since this mailinglist is as good as never used anymore, pls ask questions on http://forums.anthemdotnet.com/forums/index.php Cassio wrote: > I think 10,000 rows is too much to be displayed in a html page. The 18 > seconds diference is your browser downloading the page. I think anthem > woudnt help too much, since the whole gridview would have to be > downloaded again on each sorting. Maybe you should ask your users if > they really need to examine 10,000 rows at one time. Or maybe you > could use paging on the gridview. > > Cassio > > ----- Original Message ----- > *From:* Praj <mailto:pra...@ya...> > *To:* ant...@li... > <mailto:ant...@li...> > *Sent:* Thursday, August 03, 2006 4:43 PM > *Subject:* [Anthem.NET-users] GridView performance > > Hello, > > Can Anthem be used for increasing GridView performance with > objectDataSource ? > > I need to show around 10,000 rows in gridview with sorting > enabled. Right now it takes almost 20 seconds while the Database > query takes only 2 seconds to execute. > > Thanks, > P > > ------------------------------------------------------------------------ > Do you Yahoo!? > Get on board. You're invited > <http://us.rd.yahoo.com/evt=40791/*http://advision.webevents.yahoo.com/handraisers> > to try the new Yahoo! Mail Beta. > > ------------------------------------------------------------------------ > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > ------------------------------------------------------------------------ > _______________________________________________ > anthem-dot-net-users mailing list > ant...@li... > https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users > > ------------------------------------------------------------------------ > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.1.394 / Virus Database: 268.10.5/406 - Release Date: > 2/8/2006 > >------------------------------------------------------------------------ > >------------------------------------------------------------------------- >Take Surveys. Earn Cash. Influence the Future of IT >Join SourceForge.net's Techsay panel and you'll get the chance to share your >opinions on IT & business topics through brief surveys -- and earn cash >http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > >------------------------------------------------------------------------ > >_______________________________________________ >anthem-dot-net-users mailing list >ant...@li... >https://lists.sourceforge.net/lists/listinfo/anthem-dot-net-users > > |