Click here to Skip to main content
15,903,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCan not find Code Behind code; getting "Could not create type " Pin
Lori Janes17-Jul-09 6:41
Lori Janes17-Jul-09 6:41 
AnswerRe: Can not find Code Behind code; getting "Could not create type " Pin
Abhijit Jana17-Jul-09 6:55
professionalAbhijit Jana17-Jul-09 6:55 
GeneralRe: Can not find Code Behind code; getting "Could not create type " [modified] Pin
Lori Janes17-Jul-09 7:58
Lori Janes17-Jul-09 7:58 
GeneralRe: Can not find Code Behind code; getting "Could not create type " Pin
Abhijit Jana17-Jul-09 22:04
professionalAbhijit Jana17-Jul-09 22:04 
QuestionDictionary object in .Net Pin
Tina P17-Jul-09 6:37
Tina P17-Jul-09 6:37 
AnswerRe: Dictionary object in .Net Pin
Christian Graus17-Jul-09 9:23
protectorChristian Graus17-Jul-09 9:23 
GeneralRe: Dictionary object in .Net Pin
Tina P17-Jul-09 12:18
Tina P17-Jul-09 12:18 
GeneralRe: Dictionary object in .Net Pin
Christian Graus17-Jul-09 17:09
protectorChristian Graus17-Jul-09 17:09 
Tina P wrote:
this is all done from a ASP .net page and that's why the questions was published in this section


But it's not related to ASP.NET, it's just vanilla C#, it could be in any C# project.

Tina P wrote:
Please educate me if there's a separate location pertaiing to questions regarding such data structures and their use


C# forum for general C# questions

Tina P wrote:
Now my question is that I'm not familiar with Dictionary data structure, so I'm not sure how is stuff functioning in the code that I'm looking at right now written by someone else with no cmments or documentation...



OK, well, that's another question.

You have a dictionary, and when you look up a key, the value you get back is another dictionary. So, you could use this, for example, to create a grid, look up x first, then y. Of course, you'd usually use a 2D array for that, but the point is, to get to the data you want, you obvously need to look up two values, not one.


It's just a dictionary, twice. You provide two keys to get to the end value.

Christian Graus

Driven to the arms of OSX by Vista.

Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

GeneralCreating Forum Pin
Abdulhafeezo17-Jul-09 5:43
Abdulhafeezo17-Jul-09 5:43 
AnswerRe: Creating Forum [modified] Pin
Abhijit Jana17-Jul-09 6:02
professionalAbhijit Jana17-Jul-09 6:02 
GeneralRe: Creating Forum Pin
Brij17-Jul-09 6:06
mentorBrij17-Jul-09 6:06 
Questionunable to connect to visual studio's localhost web server? Pin
Pawan Kiran17-Jul-09 5:40
Pawan Kiran17-Jul-09 5:40 
AnswerRe: unable to connect to visual studio's localhost web server? Pin
Abdulhafeezo17-Jul-09 5:55
Abdulhafeezo17-Jul-09 5:55 
GeneralRe: unable to connect to visual studio's localhost web server? Pin
Abhijit Jana17-Jul-09 6:13
professionalAbhijit Jana17-Jul-09 6:13 
AnswerRe: unable to connect to visual studio's localhost web server? Pin
Abhijit Jana17-Jul-09 6:12
professionalAbhijit Jana17-Jul-09 6:12 
GeneralRe: unable to connect to visual studio's localhost web server? Pin
mailme.vibin14-Feb-10 3:01
mailme.vibin14-Feb-10 3:01 
GeneralRe: unable to connect to visual studio's localhost web server? Pin
mailme.vibin14-Feb-10 3:10
mailme.vibin14-Feb-10 3:10 
AnswerRe: unable to connect to visual studio's localhost web server? Pin
mailme.vibin14-Feb-10 3:00
mailme.vibin14-Feb-10 3:00 
Questionhow to pass confirm box value to code behind Pin
janani1317-Jul-09 4:31
janani1317-Jul-09 4:31 
AnswerRe: how to pass confirm box value to code behind Pin
Manas Bhardwaj17-Jul-09 4:37
professionalManas Bhardwaj17-Jul-09 4:37 
AnswerRe: how to pass confirm box value to code behind Pin
Brij17-Jul-09 6:19
mentorBrij17-Jul-09 6:19 
QuestionSetting Css value from code behind Pin
nainakarri17-Jul-09 3:19
nainakarri17-Jul-09 3:19 
AnswerRe: Setting Css value from code behind Pin
Aman Bhullar17-Jul-09 3:40
Aman Bhullar17-Jul-09 3:40 
GeneralRe: Setting Css value from code behind Pin
Abhijit Jana17-Jul-09 3:54
professionalAbhijit Jana17-Jul-09 3:54 
QuestionHow I can get Selected Node in treeview Pin
Qasim198417-Jul-09 3:05
professionalQasim198417-Jul-09 3:05 

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.