CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pdidow

Search: Search took 0.03 seconds.

  1. How to Switch CSS styles sheets using Masterpages

    I have a website which uses a scrolling div, whose height I wish to switch on load of the page based on the user's browser width. I have a javascript which works in a simple HTML page, but I want to...
  2. Re: Help with binding gridview to an object containing a collection of objects

    Actually, that is not what I am trying to do. It does help me however as I am building an extended gridview myself, which does what those articles illustrate.

    With my current problem, I do not...
  3. Help with binding gridview to an object containing a collection of objects

    This is a followup question to one I posted a couple of weeks ago. I have an Object (bootset), which I want to bind to my gridview. It contains 2 sets of chilld objects, which i must access. Here...
  4. Re: Help instantiating objects embedded in object

    Well. That did it! Thanks so much. Commenting out the inheritance did allow me to see the shell and head object properties through a watch. And after that, I figured out all I had to do was type in...
  5. Re: Help instantiating objects embedded in object

    Yes, what I am trying to do is

    1) Create a BootSet,HeadSet, and ShellSet object. A bootset contains a boot, which is to contain a headset and a shellset.
    A headset can contain one or more...
  6. Re: Help instantiating objects embedded in object

    Thank you for responding. Yes, I do see values for the other properties of the boot. I have been working with the code a bit, and have simplified it to illustrate the issue I am having.

    So, I...
  7. [RESOLVED] Help instantiating objects embedded in object

    I am having some real issues with this one. I have a class which contains two other objects...but I cannot seem to instantiate those sub objects. Here is the code for my class:


    Option...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured