Forum: ASP.NET Sep 26th, 2008 |
| Replies: 0 Views: 1,019 I posted a problem here a while ago on this topic, but had to put my project off to the side and never really got it resolved. But I have a better understanding of the problem and a clearer idea of... |
Forum: ASP.NET Aug 28th, 2008 |
| Replies: 14 Views: 5,444 It's the same, I only have one master file right now. One master file to many pages, I thought that's how it worked? |
Forum: ASP.NET Aug 25th, 2008 |
| Replies: 14 Views: 5,444 Ok, I was trying to do this without simply posting everything, but here it is. As I'm just starting out in web development (with a hobbyist mentality) I'm keeping everything very basic right now,... |
Forum: ASP.NET Aug 23rd, 2008 |
| Replies: 14 Views: 5,444 That's just about it. I only have one "ContentPlaceHolder" actually, and five "Content" objects each in their own .aspx file. These are what I want to swap in and out of the placeholder on a button... |
Forum: ASP.NET Aug 21st, 2008 |
| Replies: 14 Views: 5,444 Sorry, got a little off track, but I'm getting back to this problem now. Part of the problem is I want to do it how architact suggested, something like:
on button# click
placeholder.src =... |
Forum: ASP.NET Aug 17th, 2008 |
| Replies: 14 Views: 5,444 Thanks for the suggestion, but yeah it isn't quite the same. I can access my placeholder within the code, typing "content_section." brings up a list of functions, but there's no .src or .source, and... |
Forum: ASP.NET Aug 15th, 2008 |
| Replies: 14 Views: 5,444 Hi, I'm a decent programmer but am completely new to the Web Development side of things, and am kind of winging it to build a website. I'm using Visual Studios 2008/ASP.net/C#.
So basically, I'm... |
Forum: C++ Jul 24th, 2008 |
| Replies: 2 Views: 1,222 Yes that was it, thanks. That iterator loop is much cleaner as well. |
Forum: C++ Jul 24th, 2008 |
| Replies: 2 Views: 1,222 This may be a simple answer, but after self teaching myself on vectors for a few hours of I haven't been able to find the answer. I'm using class objects in a vector, and trying to complete the... |
Forum: C++ Jul 22nd, 2008 |
| Replies: 3 Views: 1,738 Thanks, I'll give those a try. My OO coding is rusty and I forgot about these. |
Forum: C++ Jul 22nd, 2008 |
| Replies: 3 Views: 1,738 I've built a class, one parent and multiple children, that I need to group together to eventually be stored in a single file. For the moment I've gone with something like this:
CObject *group... |