Click here to Skip to main content
15,893,722 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Chat Client Programming Pin
Nathan Minier3-May-16 1:51
professionalNathan Minier3-May-16 1:51 
AnswerRe: Chat Client Programming Pin
aarif moh shaikh4-May-16 2:16
professionalaarif moh shaikh4-May-16 2:16 
QuestionDelete the Custom Control on Submit Button in ASP.Net Pin
Amit Kumar (India)2-May-16 2:05
Amit Kumar (India)2-May-16 2:05 
AnswerRe: Delete the Custom Control on Submit Button in ASP.Net Pin
F-ES Sitecore2-May-16 22:48
professionalF-ES Sitecore2-May-16 22:48 
GeneralRe: Delete the Custom Control on Submit Button in ASP.Net Pin
Amit Kumar (India)2-May-16 23:32
Amit Kumar (India)2-May-16 23:32 
GeneralRe: Delete the Custom Control on Submit Button in ASP.Net Pin
F-ES Sitecore3-May-16 0:07
professionalF-ES Sitecore3-May-16 0:07 
QuestionWhy is the Repeater Control Uploads... Pin
Vimalsoft(Pty) Ltd29-Apr-16 6:12
professionalVimalsoft(Pty) Ltd29-Apr-16 6:12 
AnswerRe: Why is the Repeater Control Uploads... Pin
Richard Deeming29-Apr-16 7:03
mveRichard Deeming29-Apr-16 7:03 
10,000 records on one page?! Do you seriously think anyone is going to look through that many records to find the one they want? WTF | :WTF:

If a user can look at and discard one record every second, it would take them almost three hours to look through your list. And that's assuming they don't make a mistake, miss the record they're looking for, and have to start again.

Also, since you're using WebForms, you're going to have an enormous ViewState, which is almost certainly why your page takes so long to load and to post back.

Split the data into pages of a reasonable size, and give the user tools to filter the list to find the record they want.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Why is the Repeater Control Uploads... Pin
Vimalsoft(Pty) Ltd29-Apr-16 9:49
professionalVimalsoft(Pty) Ltd29-Apr-16 9:49 
GeneralRe: Why is the Repeater Control Uploads... Pin
Kornfeld Eliyahu Peter30-Apr-16 23:50
professionalKornfeld Eliyahu Peter30-Apr-16 23:50 
GeneralRe: Why is the Repeater Control Uploads... Pin
Vimalsoft(Pty) Ltd2-May-16 5:52
professionalVimalsoft(Pty) Ltd2-May-16 5:52 
GeneralRe: Why is the Repeater Control Uploads... Pin
Kornfeld Eliyahu Peter2-May-16 6:53
professionalKornfeld Eliyahu Peter2-May-16 6:53 
GeneralRe: Why is the Repeater Control Uploads... Pin
Vimalsoft(Pty) Ltd2-May-16 8:58
professionalVimalsoft(Pty) Ltd2-May-16 8:58 
Questionhi experts.. How to use store procedure with Entity Framework Pin
sunil329-Apr-16 0:49
sunil329-Apr-16 0:49 
AnswerRe: hi experts.. How to use store procedure with Entity Framework Pin
Richard Deeming29-Apr-16 2:22
mveRichard Deeming29-Apr-16 2:22 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
sunil329-Apr-16 19:06
sunil329-Apr-16 19:06 
PraiseRe: hi experts.. How to use store procedure with Entity Framework Pin
John C Rayan2-May-16 23:49
professionalJohn C Rayan2-May-16 23:49 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
aarif moh shaikh4-May-16 2:18
professionalaarif moh shaikh4-May-16 2:18 
AnswerRe: hi experts.. How to use store procedure with Entity Framework Pin
John C Rayan2-May-16 23:48
professionalJohn C Rayan2-May-16 23:48 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
sunil34-May-16 20:58
sunil34-May-16 20:58 
GeneralRe: hi experts.. How to use store procedure with Entity Framework Pin
John C Rayan4-May-16 22:17
professionalJohn C Rayan4-May-16 22:17 
QuestionMapArea Coordinates not persisted Pin
Mark Falleroni27-Apr-16 5:06
Mark Falleroni27-Apr-16 5:06 
QuestionHow to control routing too many url's Pin
VBDeveloper201524-Apr-16 4:48
VBDeveloper201524-Apr-16 4:48 
AnswerRe: How to control routing too many url's Pin
Wombaticus24-Apr-16 5:18
Wombaticus24-Apr-16 5:18 
AnswerRe: How to control routing too many url's Pin
John C Rayan26-Apr-16 3:29
professionalJohn C Rayan26-Apr-16 3:29 

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.