Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

The Orange Rider

@The Orange Rider
About
Posts
8
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Question for an IPv6 Guru
    T The Orange Rider

    I'm sorry if I offended anyone by posting this question in the General Discussions forum, but I honestly don't know where to turn to and thought that this forum would be the best place to look for a kind soul would could shed some light on this subject, as my readings of RFCs and postings on newsgroups has resulted in fruitless results. Would it be more appropriate to ask for referrals to places that may be able to answer my question?

    IT & Infrastructure question linux workspace

  • A networking question.
    T The Orange Rider

    I haven't read it, but supposedly this is THE book for those who want to learn the fundamentals of networking. Perhaps someone who has read this book can comment. An Engineering Approach to Computer Networking http://www.amazon.com/exec/obidos/tg/detail/-/0201634422/

    IT & Infrastructure question lounge

  • Question for an IPv6 Guru
    T The Orange Rider

    Hi there, I'm hoping that there's someone out there who's familiar enough with IPv6 to answer this question, or someone who can point me in the right direction to finding the answer. Here it goes... Time and time again I read about how hosts don't need to have a default gateway configured statically in IPv6 as they did in IPv4 becuase they will automatically discover the router via Neighbor Discovery Protocol. This is all well and good, except that Linux still supports the manual configuration of a router (route add -inet6 [ipv6_address]). What I don't understand is why this is supported at all. Since IPv6 lacks ARP requests, it seems as though a host would still have to resolve the router via NDP even if a static address is given to it. Can anyone clarify how specifying the L3 address of the gateway without an L2 address along with it is useful to the host? Thanks!

    IT & Infrastructure question linux workspace

  • Identify the control that caused the postback?
    T The Orange Rider

    CommandEventArgs ex = e as CommandEventArgs; if (ex != null) ... Or if you're not using c# try typecasting

    ASP.NET csharp asp-net sysadmin help question

  • Insufficient Width for DropDown Text?
    T The Orange Rider

    you can set the width of the dropdownlist to be the size of the text when the application loads... don't know about dynamically expanding the width

    ASP.NET csharp asp-net question

  • Panel control derived from WebControl
    T The Orange Rider

    The way I would try to do it is by making a templated control along with a designer class for the control. If you have access to Kothari and Datye's book, "Developing ASP.NET Server Controls and Components", they have an example of a templated control starting on page 321 and later make a designer class for this control on page 386. hth, Orange

    ASP.NET design sysadmin tutorial question

  • Collections in Server Controls?
    T The Orange Rider

    Are you calling DataBind() on page loads?

    ASP.NET visual-studio sysadmin question

  • RaiseBubbleEvent can't find parent
    T The Orange Rider

    I have a templated composite control with the main parent control, a container control as its child control, and a button as the container control's child. When the button gets clicked, the event gets bubbled up to the container control but never up to the top parent. I checked the _parent value of the container control during OnBubbleEvent and the value is undefined... which is probably why the bubbling stops there. The strange thing is that the _parent value was defined when I added the container to the parent control. The value became undefined when I clicked the button. Any idea how to fix this? Thanks, Orange

    ASP.NET docker help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups