Click here to Skip to main content
16,007,858 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDifference Pin
kjosh31-Jul-06 4:30
kjosh31-Jul-06 4:30 
AnswerRe: Difference Pin
Mike Ellison3-Aug-06 3:03
Mike Ellison3-Aug-06 3:03 
QuestionDynamically Creating an image Pin
GRD0931-Jul-06 4:26
GRD0931-Jul-06 4:26 
AnswerRe: Dynamically Creating an image Pin
Ista3-Aug-06 2:50
Ista3-Aug-06 2:50 
Questionincrease the speed when fetching bulk data from database using asp.net Pin
Ravi kumar G31-Jul-06 4:13
Ravi kumar G31-Jul-06 4:13 
AnswerRe: increase the speed when fetching bulk data from database using asp.net Pin
ToddHileHoffer31-Jul-06 7:39
ToddHileHoffer31-Jul-06 7:39 
AnswerRe: increase the speed when fetching bulk data from database using asp.net Pin
Member 9631-Jul-06 8:31
Member 9631-Jul-06 8:31 
AnswerRe: increase the speed when fetching bulk data from database using asp.net Pin
eggsovereasy31-Jul-06 9:26
eggsovereasy31-Jul-06 9:26 
It shouldn't take that long at all unless you have large text or image columns. I have a table with over 17000 rows and I can select all of them except the image column (which holds word documents) and it returns all 17000 in 1 second. However, if I select the file_blob column it takes several minutes.

So my suggestion is if you are selecting those columns, don't. Only select them when you need them. For example, the web app that uses this database only gets the .doc from the database when someone requests to download it.
Questiondropdownlist loads photos in iframe [modified] Pin
lehya31-Jul-06 4:11
lehya31-Jul-06 4:11 
Questionjavascript validation Pin
Rahul_h31-Jul-06 3:36
Rahul_h31-Jul-06 3:36 
AnswerRe: javascript validation Pin
gnjunge31-Jul-06 4:13
gnjunge31-Jul-06 4:13 
QuestionMinor browser plugin Pin
gnjunge31-Jul-06 3:16
gnjunge31-Jul-06 3:16 
QuestionPls Help: Accessing multiple user's logged in pages from a single login Pin
shouvik_1331-Jul-06 3:15
shouvik_1331-Jul-06 3:15 
AnswerRe: Pls Help: Accessing multiple user's logged in pages from a single login Pin
Ista3-Aug-06 2:53
Ista3-Aug-06 2:53 
Questionfile upload control Pin
For_IT31-Jul-06 2:41
For_IT31-Jul-06 2:41 
AnswerRe: file upload control Pin
ToddHileHoffer31-Jul-06 4:18
ToddHileHoffer31-Jul-06 4:18 
GeneralRe: file upload control Pin
eggsovereasy31-Jul-06 9:30
eggsovereasy31-Jul-06 9:30 
QuestionPassing Guid Object as parameter of a Control -> to ObjectDataSource(TableAdapter) Pin
Brokit31-Jul-06 1:45
Brokit31-Jul-06 1:45 
AnswerRe: Passing Guid Object as parameter of a Control -> to ObjectDataSource(TableAdapter) [modified] Pin
postmaster@programmingknowledge.com31-Jul-06 3:22
postmaster@programmingknowledge.com31-Jul-06 3:22 
QuestionDownloading documents from an ASP.NET 2.0 page Pin
seee sharp31-Jul-06 1:02
seee sharp31-Jul-06 1:02 
AnswerRe: Downloading documents from an ASP.NET 2.0 page Pin
Paddy Boyd31-Jul-06 2:13
Paddy Boyd31-Jul-06 2:13 
GeneralRe: Downloading documents from an ASP.NET 2.0 page Pin
seee sharp31-Jul-06 3:36
seee sharp31-Jul-06 3:36 
Questionhow i can upload only text file using file fild in asp.net 1.1 Pin
omi9831-Jul-06 0:53
omi9831-Jul-06 0:53 
AnswerRe: how i can upload only text file using file fild in asp.net 1.1 Pin
seee sharp31-Jul-06 1:34
seee sharp31-Jul-06 1:34 
QuestionFCKEDITOR in ASP.Net Pin
Debi Prasad31-Jul-06 0:31
Debi Prasad31-Jul-06 0:31 

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.