Search

You searched for the word(s): userid:811486

Matching Posts

  • error when moved code inside global.asax

    Hi I have a question on this error I'm getting: Item has already been added. Key in dictionary: 'Home' Key being added: 'Home1' I don't know why this is happening. All i did was move a line of code inside my global.asax page. Any suggestion on home to fix it??? I have a an xml that is being loaded into the hash table inside the RotateCode function. Before : void Application_Start() { RotateCode.LoadRotate(Server.MapPath(".\\bin\\")); } void Application_End() { RotateCode
    Posted to State Management (Forum) by newbie131 on 8/5/2008
  • Cache Management

    Hi, I am keeping a session under session start in global.ascx page. Is there a way to cache the session so that the session doesn't time out after 20 minutes??? The session is for a link and image i am using so if it times out, I don't want the a blank image to show up on the page. Thanks in advance.
    Posted to State Management (Forum) by newbie131 on 7/20/2008
  • make item nodes in order

    Hi! I've been testing around to become more familiar with XML and I have a question. I'm using VS08 c# Is there any way to make my XML output come out inorder based on what it show on the XML FIle?? All the first items first and then the second items second. Currently my output doesn't come out this way, see below: <items value="article"> <item> <image>car.gif</image> <text>the car</text> <author>bdillan</author> </item>
  • Re: read XML with more than one child node

    Thanks for the response Farhank. This is what I've been trying to figure out and the link helped alot. Thanks!!!
  • read XML with more than one child node

    Hi, I'm new in using XML and was wondering how to read multiple items in an XML FIle using asp.net C# <newsletter> <items value="article"> <item> <image>car.gif</image> <text>text goes here</text> <author>bdillan/author> <date>070408</date> </item> <item> <image>car2.gif</image> <text>text goes here</text> <author>bdillan/author> <date>070408</date> </item> <
Page 1 of 1 (5 items)