Search

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

Matching Posts

  • Re: Accessing data without the controls

    Thanks for your response, I have not looked at this problem again since my last post, I guess I have to assume the language doesnt cater that well to anything other than spoon feeding, or there is just no one around who knows how it really works properly due to lack of documentation about anything other than simple control operation. Thanks for your reply, Execute scalar looks like it may help if I was querying a database. If anyone else out there can shed some light on what seems like a very simple
  • Re: Accessing data without the controls

    Thanks for responding, 5 days, 2 forums, emailed the author and still no joy.. :( Is it because I am trying to do something abnormal, I would have thought this very common? Error 1 'RssToolkit.RssElementCustomTypeDescriptor' is inaccessible due to its protection level
  • Re: Accessing data without the controls

    Documentation is a bit thin.. Lets say the data stored is a string. I hve attempted to cycle through the positions to output data, but generally i just get something like GenericRSS.channel.ArrayList or similiar. I cant give the exact message because i dont have it in front of me at the moment.
  • Re: Accessing data without the controls

    Im also trying to cast like this.... ArrayList test = new ArrayList(); test = (ArrayList)c.SelectItems(); which it lets me do, although I have no idea how to get the items out of test still..
  • Re: Accessing data without the controls

    Thanks for your reply. With the code you have just pasted, i get the following error. Error 1 Cannot implicitly convert type 'System.Collections.IEnumerable' to 'System.Collections.ArrayList'. An explicit conversion exists (are you missing a cast?) Cheers Dirk
  • Re: Viewstate

    Thanks for you quick response the link is great. Dirk
    Posted to Getting Started (Forum) by dirkpitt on 5/28/2006
  • Re: Viewstate

    Thanks for you replies. I have since found a few problems with view state error in relation to application pools being refreshed, perhaps you could shed some light on the subject. What im wondering is, 1. whats the difference between sessions and viewstates. 2. What is the best option to maintain and change values when required. (on large scale applications that share applicaiton pools) In PHP sessions are used everywhere, but some of the information I have read about ASP.net says that this is bad
    Posted to Getting Started (Forum) by dirkpitt on 5/28/2006
  • Accessing data without the controls

    Hi all I am trying to switch from PSP to ASP and im finding it very frustrating to do anything programatically without usign some of the tools available. For example accessing data without using gridview etc. I have spent days trying to figure this out, and read a few books that touch on the fact that its possible without actually explaining how to use the dataset for anything other than viewing data. All i really want to do is stick the data in some variable so that I can then do whatever I please
  • Viewstate

    Hi there Just trying to get my head around viewstate and sessions... It appears that when I use these, I am accessing arrays, e.g resultLabel.Text = Session[ "SomeValue" ].ToString(); Now I know that Viewstate stores its data within the webpage, but is it still an array that we are accessing? and does anyone know how this works.. when it reads the values back from the page after loading does it stick them into an array? Thanks for your help Dirk
    Posted to Getting Started (Forum) by dirkpitt on 4/20/2006
Page 1 of 1 (9 items)