Click here to Skip to main content
15,908,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem Pin
MHASSANF24-Mar-07 21:14
MHASSANF24-Mar-07 21:14 
AnswerRe: Problem Pin
Bassam Saoud25-Mar-07 1:43
Bassam Saoud25-Mar-07 1:43 
QuestionadRotator control Pin
raj@code24-Mar-07 19:58
raj@code24-Mar-07 19:58 
AnswerRe: adRotator control Pin
Tamimi - Code25-Mar-07 0:51
Tamimi - Code25-Mar-07 0:51 
GeneralRe: adRotator control Pin
raj@code25-Mar-07 2:14
raj@code25-Mar-07 2:14 
QuestionAsp.net and Webfocus reporting Pin
Mohamed Arif24-Mar-07 17:30
Mohamed Arif24-Mar-07 17:30 
QuestionNested Query Results (DataReader woes) Pin
GregStevens24-Mar-07 14:03
GregStevens24-Mar-07 14:03 
AnswerRe: Nested Query Results (DataReader woes) Pin
kubben24-Mar-07 14:13
kubben24-Mar-07 14:13 
Or option 3 use .net 2.0 where you can have multiple result sets open. I am guessing that probably isn't an option for you. So if you are stuck in .net 1.1 then I would go with option 1. Just have multiple connections. Since web apps use application pools as long as your connection string for each of the connection objects is the same you will use connection pooling. So your connections shouldn't get too out of control. If this data isn't going to change too much and isn't too big, I would think seriously of using caching to help out.

Hope that helps.
Ben
GeneralRe: Nested Query Results (DataReader woes) Pin
GregStevens24-Mar-07 14:22
GregStevens24-Mar-07 14:22 
GeneralRe: Nested Query Results (DataReader woes) Pin
kubben24-Mar-07 14:36
kubben24-Mar-07 14:36 
GeneralRe: Nested Query Results (DataReader woes) Pin
GregStevens24-Mar-07 15:40
GregStevens24-Mar-07 15:40 
AnswerRe: Nested Query Results (DataReader woes) Pin
Jesse Squire25-Mar-07 1:35
Jesse Squire25-Mar-07 1:35 
QuestionArrayList Resetting When Adding Form Controls Pin
redfish3424-Mar-07 9:01
redfish3424-Mar-07 9:01 
Questiondatagrid sorting Pin
vsk84200524-Mar-07 8:24
vsk84200524-Mar-07 8:24 
AnswerRe: datagrid sorting Pin
kubben24-Mar-07 13:59
kubben24-Mar-07 13:59 
AnswerRe: datagrid sorting Pin
Rahithi24-Mar-07 19:52
Rahithi24-Mar-07 19:52 
GeneralRe: datagrid sorting Pin
siddisagar25-Mar-07 18:40
siddisagar25-Mar-07 18:40 
QuestionDeployment of asp pages on IIS Pin
MinhajuddinK24-Mar-07 7:34
MinhajuddinK24-Mar-07 7:34 
AnswerRe: Deployment of asp pages on IIS Pin
Christian Graus24-Mar-07 7:40
protectorChristian Graus24-Mar-07 7:40 
QuestionRe: Deployment of asp pages on IIS [modified] Pin
MinhajuddinK24-Mar-07 7:46
MinhajuddinK24-Mar-07 7:46 
GeneralRe: Deployment of asp pages on IIS Pin
MinhajuddinK24-Mar-07 8:09
MinhajuddinK24-Mar-07 8:09 
AnswerRe: Deployment of asp pages on IIS Pin
GregStevens25-Mar-07 16:42
GregStevens25-Mar-07 16:42 
QuestionRe: Deployment of asp pages on IIS Pin
MinhajuddinK25-Mar-07 17:05
MinhajuddinK25-Mar-07 17:05 
QuestionPassing windows authentication between different sites [modified] Pin
vaibhav_vartak24-Mar-07 5:43
vaibhav_vartak24-Mar-07 5:43 
QuestionResponse.Redirect Question??? Pin
Tkml23624-Mar-07 2:53
Tkml23624-Mar-07 2:53 

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.