Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Dynamic Div Creation? Pin
Not Active8-Sep-10 2:04
mentorNot Active8-Sep-10 2:04 
GeneralRe: Dynamic Div Creation? Pin
Farraj21-Sep-10 15:37
Farraj21-Sep-10 15:37 
GeneralRe: Dynamic Div Creation? Pin
Not Active21-Sep-10 16:32
mentorNot Active21-Sep-10 16:32 
GeneralRe: Dynamic Div Creation? Pin
Farraj22-Sep-10 3:56
Farraj22-Sep-10 3:56 
QuestionIntroduction to ASP.NET web application with SQL db Pin
Chesnokov Yuriy7-Sep-10 19:09
professionalChesnokov Yuriy7-Sep-10 19:09 
AnswerRe: Introduction to ASP.NET web application with SQL db Pin
Eddy Vluggen8-Sep-10 0:52
professionalEddy Vluggen8-Sep-10 0:52 
Questionthe query has been canceled because the estimated cost of this query (569) exceeds the configured threshold of 300 Pin
narithchap7-Sep-10 17:48
narithchap7-Sep-10 17:48 
AnswerRethink your algorithm Pin
David Mujica8-Sep-10 3:52
David Mujica8-Sep-10 3:52 
The DB engine is actually doing a great job of protecting you. What are you going to do with 90,000+ records on a web page ? It would be impossible for someone to browse that much data.

Change your logic to retrieve "blocks" of data, say 100 records or so. You will need to break the data down into "pages" of data where the user could click on a control and retrieve the next grouping of data. For example you could provide a A through Z filter on the top of the page, the user clicks "M" and you would retrieve the first 100 people with the last name beginning with M. The "Next" button would then fetch the next 100 people with the name beginning with M and so on ...

90,000 records is way too much data to display in a single query.

Good luck.
GeneralRe: Rethink your algorithm Pin
narithchap8-Sep-10 6:11
narithchap8-Sep-10 6:11 
QuestionBasic Question Pin
future38397-Sep-10 14:09
future38397-Sep-10 14:09 
AnswerBasic Answer Pin
Not Active7-Sep-10 14:48
mentorNot Active7-Sep-10 14:48 
GeneralRe: Basic Assistance Pin
Luc Pattyn7-Sep-10 15:41
sitebuilderLuc Pattyn7-Sep-10 15:41 
QuestionForm Authentication not authenticating Pin
Gregory Gadow7-Sep-10 10:51
Gregory Gadow7-Sep-10 10:51 
AnswerRe: Form Authentication not authenticating Pin
Not Active7-Sep-10 13:20
mentorNot Active7-Sep-10 13:20 
GeneralRe: Form Authentication not authenticating Pin
Gregory Gadow8-Sep-10 6:03
Gregory Gadow8-Sep-10 6:03 
Questiongrid view item selection Pin
Dhyanga7-Sep-10 4:24
Dhyanga7-Sep-10 4:24 
AnswerRe: grid view item selection Pin
Abhijit Jana7-Sep-10 6:02
professionalAbhijit Jana7-Sep-10 6:02 
GeneralRe: grid view item selection Pin
Dhyanga7-Sep-10 6:07
Dhyanga7-Sep-10 6:07 
GeneralRe: grid view item selection Pin
Dhyanga7-Sep-10 6:11
Dhyanga7-Sep-10 6:11 
AnswerRe: grid view item selection Pin
Brij7-Sep-10 8:21
mentorBrij7-Sep-10 8:21 
GeneralRe: grid view item selection Pin
Dhyanga7-Sep-10 9:27
Dhyanga7-Sep-10 9:27 
QuestionInvoking Java webservice in .net application Pin
NarVish7-Sep-10 2:50
NarVish7-Sep-10 2:50 
AnswerRe: Invoking Java webservice in .net application Pin
Not Active7-Sep-10 3:20
mentorNot Active7-Sep-10 3:20 
GeneralRe: Invoking Java webservice in .net application Pin
NarVish7-Sep-10 3:48
NarVish7-Sep-10 3:48 
Questionhex string comparison Pin
meenu s7-Sep-10 1:52
meenu s7-Sep-10 1:52 

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.