Click here to Skip to main content
15,889,116 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to get 2 datas in single column in gridview Pin
Christian Graus3-Aug-09 10:30
protectorChristian Graus3-Aug-09 10:30 
AnswerRe: How to get 2 datas in single column in gridview Pin
priyamsc3-Aug-09 22:55
priyamsc3-Aug-09 22:55 
Questionhow to create web setup project in asp.net and how to make it licensed one? Pin
vijayvelidi3-Aug-09 5:24
vijayvelidi3-Aug-09 5:24 
AnswerRe: how to create web setup project in asp.net and how to make it licensed one? Pin
Abhijit Jana3-Aug-09 5:40
professionalAbhijit Jana3-Aug-09 5:40 
Questiona browser inside my site Pin
nelsonpaixao3-Aug-09 4:28
nelsonpaixao3-Aug-09 4:28 
AnswerRe: a browser inside my site Pin
Parwej Ahamad3-Aug-09 5:55
professionalParwej Ahamad3-Aug-09 5:55 
GeneralRe: a browser inside my site Pin
nelsonpaixao3-Aug-09 12:20
nelsonpaixao3-Aug-09 12:20 
QuestionProblems with caching datatable Pin
livez3-Aug-09 3:29
livez3-Aug-09 3:29 
Hello!

I cache a System.Data.Datatable (which I create with lazyloading) containing urlrewriting information. I then use a method looking like this:

string GetDataFromTable(MyEnum enum)


The method creates a system.data.dataview pointing at the table with the enum as rowfilter and returns a few values from the view. My problem is, sometimes when the method is run it generates an error like this:

"The given key was not present in the dictionary."

since my enum only contains a few values and I know for a fact that all enum-values are represented in the table, this error should not be able to occur. As I see it the problem must therefore be either with the caching or something with the memory.

Has anyone else experienced this problem or have an idea how I approach this?

/Regards!
AnswerRe: Problems with caching datatable Pin
ToddHileHoffer3-Aug-09 3:48
ToddHileHoffer3-Aug-09 3:48 
GeneralRe: Problems with caching datatable [modified] Pin
livez3-Aug-09 3:58
livez3-Aug-09 3:58 
GeneralRe: Problems with caching datatable Pin
ToddHileHoffer3-Aug-09 5:51
ToddHileHoffer3-Aug-09 5:51 
GeneralRe: Problems with caching datatable Pin
ToddHileHoffer3-Aug-09 5:58
ToddHileHoffer3-Aug-09 5:58 
GeneralRe: Problems with caching datatable Pin
livez3-Aug-09 6:03
livez3-Aug-09 6:03 
QuestionWebservices : disco files Pin
vishwjeet3-Aug-09 1:06
vishwjeet3-Aug-09 1:06 
AnswerRe: Webservices : disco files Pin
Parwej Ahamad3-Aug-09 6:03
professionalParwej Ahamad3-Aug-09 6:03 
GeneralRe: Webservices : disco files Pin
vishwjeet3-Aug-09 6:05
vishwjeet3-Aug-09 6:05 
QuestionDeployement of web service on IIS6 Pin
Ben.Regaya.Hedi2-Aug-09 23:56
Ben.Regaya.Hedi2-Aug-09 23:56 
AnswerRe: Deployement of web service on IIS6 Pin
Abhijit Jana3-Aug-09 0:14
professionalAbhijit Jana3-Aug-09 0:14 
GeneralRe: Deployement of web service on IIS6 Pin
Ben.Regaya.Hedi3-Aug-09 0:38
Ben.Regaya.Hedi3-Aug-09 0:38 
GeneralRe: Deployement of web service on IIS6 Pin
Ben.Regaya.Hedi3-Aug-09 0:45
Ben.Regaya.Hedi3-Aug-09 0:45 
AnswerRe: Deployement of web service on IIS6 Pin
Robin_Roy3-Aug-09 0:27
Robin_Roy3-Aug-09 0:27 
GeneralRe: Deployement of web service on IIS6 Pin
Ben.Regaya.Hedi3-Aug-09 0:39
Ben.Regaya.Hedi3-Aug-09 0:39 
AnswerRe: Deployement of web service on IIS6 Pin
vishwjeet3-Aug-09 1:25
vishwjeet3-Aug-09 1:25 
QuestionTimer problem Pin
anushh2-Aug-09 23:38
anushh2-Aug-09 23:38 
AnswerRe: Timer problem Pin
Abhijit Jana3-Aug-09 0:16
professionalAbhijit Jana3-Aug-09 0:16 

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.