Ok, i have worked out some of my problem to an extent.
I was making an instance of the class before page load as i wanted it available globally to the page.
Hi, i have tried it various ways. Please also note this other post i have found here. This person has the exact problem
http://www.tek-tips.com/viewthread.cfm?qid=1247457
Even i remove the checking and try to do for example
System.Web.HttpContext.Current.Session("IsOrder") = myArray it will...
I am trying to create a property in a class like so
Public Shared Property OrderList() As ArrayList
Get
If System.Web.HttpContext.Current.Session("IsOrder") Is Nothing Then
Return System.Web.HttpContext.Current.Session("IsOrder")...
Thanks guys,
I will certainly hunt them books out.
People have suggested to me looking into MFC as oppose to API. What are your views? Are there advantages / disadvatanges?
I would be interested to here what you think.
Many thanks
Dave
Hi all,
I wish to develop some simple Win32 apps. I have no C++ knowledge currently, but I have a good understanding of other languages. Most tutorials I have found focus on command line C++ fundamentals. Could anyone recommend some online reading or books that concentrate more on the GUI...
Hi all,
I am using Visual Studio.net. Until now, I have used it primarily for asp.net (vb) web applications. Tonight I decided to install the c++ element and take a look at building a form application. I hope some of you can appreciate that we all have different methods of learning. In my case I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.