Click here to Skip to main content
15,912,082 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: deleting a product in ASP Pin
Fred_Smith14-Aug-07 22:12
Fred_Smith14-Aug-07 22:12 
AnswerRe: deleting a product in ASP Pin
Christian Graus15-Aug-07 0:34
protectorChristian Graus15-Aug-07 0:34 
AnswerRe: deleting a product in ASP Pin
Paddy Boyd15-Aug-07 0:41
Paddy Boyd15-Aug-07 0:41 
QuestionProblem in handling SelectedIndexChanged event of a dynamically created drop down Pin
ridda78614-Aug-07 21:49
ridda78614-Aug-07 21:49 
AnswerRe: Problem in handling SelectedIndexChanged event of a dynamically created drop down Pin
Christian Graus15-Aug-07 0:36
protectorChristian Graus15-Aug-07 0:36 
QuestionCache problem Pin
devboycpp14-Aug-07 21:18
devboycpp14-Aug-07 21:18 
AnswerRe: Cache problem Pin
Amit Kumar G15-Aug-07 0:15
Amit Kumar G15-Aug-07 0:15 
AnswerRe: Cache problem Pin
kubben15-Aug-07 1:42
kubben15-Aug-07 1:42 
Things to not stay in the Cache forever. Even if you don't have a timeout set for your cache if the system needs more memory it will expire something in the cache. It is a good coding practice whenever you use something from the cache to first check to make sure it is not null or Nothing in vb.net before you use it. If it is null or Nothing then you need to call the code again to populate the cache.

Hope that helps.
Ben
GeneralRe: Cache problem Pin
devboycpp15-Aug-07 2:50
devboycpp15-Aug-07 2:50 
GeneralRe: Cache problem Pin
kubben15-Aug-07 3:07
kubben15-Aug-07 3:07 
Questionhow to add user control dynamically Pin
Mairy14-Aug-07 20:30
Mairy14-Aug-07 20:30 
AnswerRe: how to add user control dynamically Pin
John-ph15-Aug-07 0:20
John-ph15-Aug-07 0:20 
AnswerRe: how to add user control dynamically Pin
Christian Graus15-Aug-07 0:37
protectorChristian Graus15-Aug-07 0:37 
QuestionFileUpload Control Pin
weic_tsubusa14-Aug-07 20:06
weic_tsubusa14-Aug-07 20:06 
AnswerRe: FileUpload Control Pin
kubben15-Aug-07 1:44
kubben15-Aug-07 1:44 
AnswerRe: FileUpload Control Pin
koolprasad200315-Aug-07 21:13
professionalkoolprasad200315-Aug-07 21:13 
GeneralRe: FileUpload Control Pin
weic_tsubusa15-Aug-07 22:52
weic_tsubusa15-Aug-07 22:52 
QuestionCan not access project in VS2003 [modified] Pin
ASPnoob14-Aug-07 16:28
ASPnoob14-Aug-07 16:28 
QuestionThe ConnectionString property has not been initialized Pin
steve_rm14-Aug-07 13:15
steve_rm14-Aug-07 13:15 
Questionweb.config problem Pin
Richard Jones14-Aug-07 9:26
Richard Jones14-Aug-07 9:26 
AnswerRe: web.config problem Pin
Fred_Smith14-Aug-07 9:36
Fred_Smith14-Aug-07 9:36 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 2:25
Richard Jones15-Aug-07 2:25 
GeneralRe: web.config problem Pin
Fred_Smith15-Aug-07 2:47
Fred_Smith15-Aug-07 2:47 
GeneralRe: web.config problem Pin
Richard Jones15-Aug-07 3:06
Richard Jones15-Aug-07 3:06 
GeneralRe: web.config problem Pin
Fred_Smith15-Aug-07 3:18
Fred_Smith15-Aug-07 3:18 

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.