.NET in the Lounge
-
It's been a while since I last visted, but I've just seen the Dundas Chart demo in the top right hand corner of the Lounge. At first I wondered how you got it to work on an ASP page, but then I realised the image is being dynamically streamed from priceonly.aspx. So, when is the whole of codeproject going to go .aspx? I guess this will be a massive job!! Visit my website![^]
-
It's been a while since I last visted, but I've just seen the Dundas Chart demo in the top right hand corner of the Lounge. At first I wondered how you got it to work on an ASP page, but then I realised the image is being dynamically streamed from priceonly.aspx. So, when is the whole of codeproject going to go .aspx? I guess this will be a massive job!! Visit my website![^]
Mike Puddephat wrote: Visit my website![^] Oh man I just had a good laugh over your 18th birthday photos.*** Good website BTW, you code it yourself? *** Not work safe
Paul Watson
Bluegrass
Cape Town, South Africabrianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.
-
Mike Puddephat wrote: Visit my website![^] Oh man I just had a good laugh over your 18th birthday photos.*** Good website BTW, you code it yourself? *** Not work safe
Paul Watson
Bluegrass
Cape Town, South Africabrianwelsch wrote: I find my day goes by more smoothly if I never question other peoples fantasies. My own disturb me enough.
Errr. Hmmmm. :-O Yeah, I should point out to everyone that those pictures were taken some 14 years ago!!! I did write the website code myself (all the forums, document management etc.) And I have really, really been meaning to write an article about how I did it for CodeProject. I think I've been saying that for 12 months now! Must get it done... Cheers! Visit my website![^]
-
It's been a while since I last visted, but I've just seen the Dundas Chart demo in the top right hand corner of the Lounge. At first I wondered how you got it to work on an ASP page, but then I realised the image is being dynamically streamed from priceonly.aspx. So, when is the whole of codeproject going to go .aspx? I guess this will be a massive job!! Visit my website![^]
I'd be willing to help out, provided Chris provides a link to the final project source code! Hmm... now where could we drum up a bunch of talented programmers with a little extra time on their hands... ;) Who needs cyberspace when you have CP space? :)
-
It's been a while since I last visted, but I've just seen the Dundas Chart demo in the top right hand corner of the Lounge. At first I wondered how you got it to work on an ASP page, but then I realised the image is being dynamically streamed from priceonly.aspx. So, when is the whole of codeproject going to go .aspx? I guess this will be a massive job!! Visit my website![^]
As soon as we get more bodies on board (mid/late June) I'm finally going to have the resources I need. I had grand plans a year ago to move over but once we sat down and really thought about it there was no compelling reason (at the time) to move over. Serious grin factor, sure, but unfortunately the day to day business of keeping CodeProject running has been far more important than what extension you see at the end of pages you request. Mike Puddephat wrote: I guess this will be a massive job!! It is a huge job. We can move our current pages over very quickly if we simply use the backwards compatibility features and keep using ADO within .NET but we decided that if we do it, we do it properly. This means a full redesign and full ground up rewrite. The process has been started but in the meantime I'll be adding bits and pieces such as the chart, webservices, and backend components written using .NET instead of COM. If only ASP.NET and ASP shared session state... cheers, Chris Maunder