Click here to Skip to main content
15,888,351 members
Home / Discussions / Web Development
   

Web Development

 
QuestionGood tools for browser capability detection? Pin
MattPenner4-Mar-09 6:00
MattPenner4-Mar-09 6:00 
AnswerRe: Good tools for browser capability detection? [modified] Pin
fly9044-Mar-09 7:33
fly9044-Mar-09 7:33 
GeneralRe: Good tools for browser capability detection? Pin
MattPenner4-Mar-09 8:10
MattPenner4-Mar-09 8:10 
GeneralRe: Good tools for browser capability detection? [modified] Pin
fly9044-Mar-09 8:17
fly9044-Mar-09 8:17 
AnswerRe: Good tools for browser capability detection? Pin
Curtis Schlak.5-Mar-09 10:21
Curtis Schlak.5-Mar-09 10:21 
GeneralRe: Good tools for browser capability detection? Pin
MattPenner6-Mar-09 9:30
MattPenner6-Mar-09 9:30 
GeneralRe: Good tools for browser capability detection? Pin
Curtis Schlak.6-Mar-09 9:41
Curtis Schlak.6-Mar-09 9:41 
QuestionGridView (Edit / Cancel) Slow with 4,000 Records [modified] Pin
hifiger20043-Mar-09 20:41
hifiger20043-Mar-09 20:41 
Hi Guys,

I am using ASP.Net 2.0 GridView control with more than 4,000 records. In one webform I used 4 views with 1 GridView each. One of these Views has a GridView with more than 4,000 records. And I am also using a repeater. But it is just really frustrating, because it is really very slow. When I clicked the AutoEdit(Edit link) for the 800th record it will postback and I need to find that 800th record again and start changing the cell values, which is not good. Same thing when I clicked Cancel. And by the way, I am using UpdatePanel and no paging method will be used in GridView as part of the client's standards. And also my GridView is inside the Panel control so that there's a Vertical Scroll bar, and it's easier for the user to see all the records from top to bottom using vertical scroll bar.

The following ASP.Net controls I am currently using in this process are:

Multiview, View, Panel, GridView, SqlDataSource, Repeater, UpdatePanel


Structure/Hierarchy:

Multiview1

-----View1
----------Panel1
---------------GridView1(with 100 records)

-----View2
----------Panel2
---------------GridView2(with 150 records)

-----View3
----------Panel3
---------------GridView3(with 50 records)

-----View4
----------Panel4
---------------GridView4(with 4000plus records)

Questions:

1.) How can I load the Page/Gridview fast with more than 4,000 records without using paging method?
2.) How can retain the position when editing a particular row?


I really stumped with this.

Any recommendation?

hifiger2004

modified on Wednesday, March 4, 2009 10:34 AM

QuestionHow can I figure out why I am losing focus. Pin
Douha3-Mar-09 12:09
Douha3-Mar-09 12:09 
Questioncollect information about visitors with BHO Pin
Maverickcool3-Mar-09 7:14
Maverickcool3-Mar-09 7:14 
Questionhelp with ajax refresh with database Pin
petvampire3-Mar-09 5:40
petvampire3-Mar-09 5:40 
AnswerRe: help with ajax refresh with database Pin
Yusuf3-Mar-09 8:44
Yusuf3-Mar-09 8:44 
AnswerRe: help with ajax refresh with database Pin
danico4912-Aug-09 14:45
danico4912-Aug-09 14:45 
QuestionSymbol rendering in Internet Explorer 7 Pin
TheIdleProgrammer3-Mar-09 1:51
TheIdleProgrammer3-Mar-09 1:51 
AnswerRe: Symbol rendering in Internet Explorer 7 Pin
Yusuf3-Mar-09 8:46
Yusuf3-Mar-09 8:46 
AnswerRe: Symbol rendering in Internet Explorer 7 Pin
TheIdleProgrammer3-Mar-09 23:38
TheIdleProgrammer3-Mar-09 23:38 
QuestionTesting Database backed websites with any host? Pin
pluckyducky3-Mar-09 0:49
pluckyducky3-Mar-09 0:49 
AnswerRe: Testing Database backed websites with any host? Pin
Yusuf3-Mar-09 8:49
Yusuf3-Mar-09 8:49 
QuestionHow to send submitted form data to mail Pin
Ahmad Hamid2-Mar-09 18:33
Ahmad Hamid2-Mar-09 18:33 
AnswerRe: How to send submitted form data to mail Pin
Mohammad Dayyan6-Mar-09 11:13
Mohammad Dayyan6-Mar-09 11:13 
QuestionApache + cgi Pin
Bram van Kampen2-Mar-09 15:25
Bram van Kampen2-Mar-09 15:25 
AnswerRe: Apache + cgi Pin
Curtis Schlak.4-Mar-09 9:31
Curtis Schlak.4-Mar-09 9:31 
GeneralRe: Apache + cgi Pin
Bram van Kampen7-Mar-09 16:42
Bram van Kampen7-Mar-09 16:42 
GeneralRe: Apache + cgi Pin
Bram van Kampen12-Mar-09 15:53
Bram van Kampen12-Mar-09 15:53 
GeneralRe: Apache + cgi Pin
Curtis Schlak.13-Mar-09 9:42
Curtis Schlak.13-Mar-09 9:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.