Dynamic Control Injection Model?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Dynamic Control Injection Model?

    Leeor,

    I'm using the same technique. It's working very well on my site.

    By the way it's possible to cache usercontrols on an individual basis so
    caching wise you should have great control over that...


    Sincerely,

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche
    "Leeor Geva" <leeor@chcrx.com> wrote in message
    news:uOLpTQTVDHA.2316@TK2MSFTNGP09.phx.gbl...
    > Hi,
    > I have been writing for the past 2 months a website purely made of
    > basically 1 ASPX page
    > (Default.ASPX) and loading different parts of the website using WebForm
    > Controls in a Panel.
    >
    > My main question: Is this going to hurt me when it comes time to
    > deployment? As in, will caching be handled really badly?
    >
    > This is something I am very much affraid of, and if that happens will move
    > to multiple page (old ASP) design model.
    >
    > Thanks,
    > Leeor
    >
    >

    S. Justin Gengo Guest

  2. Similar Questions and Discussions

    1. Model with dynamic XML
      Hello. I'm looking for a way to do this: <mx:Model id="buttonModel" source="buttons.xml"/> with runtime dynamic string. The string itself is...
    2. SQL Injection
      Hi, I have to check all textboxes in my web application for SQL injection. Is there any ready product that detect SQL inhection patterns? A...
    3. What is CF injection?
      Hello people We are doing a security revision of our application, with the help of some consultants. They alerted us to the risc of ColdFusion...
    4. Run a script when a dynamic model is clicked?
      Hello All, I am working a 3D project where models (simple spheres and cylinders) are being created on the fly to create a ball and stick model....
    5. Putting an imported model under Havok Control
      In the following code: -- gMyWorld is the 3d castmember I'm working with gMyWorld.CloneModelFromCastmember("MyBox", "Box.0",...
  3. #2

    Default Dynamic Control Injection Model?

    Hi,
    I have been writing for the past 2 months a website purely made of
    basically 1 ASPX page
    (Default.ASPX) and loading different parts of the website using WebForm
    Controls in a Panel.

    My main question: Is this going to hurt me when it comes time to
    deployment? As in, will caching be handled really badly?

    This is something I am very much affraid of, and if that happens will move
    to multiple page (old ASP) design model.

    Thanks,
    Leeor


    Leeor Geva Guest

  4. #3

    Default Re: Dynamic Control Injection Model?

    Justin,

    How do you handle when someone wants to add a certain section of the
    website to Favorties? Or if you want to link to a certain section?

    Thanks,
    Leeor

    "S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
    news:%23CTGAmTVDHA.2164@TK2MSFTNGP10.phx.gbl...
    > Leeor,
    >
    > I'm using the same technique. It's working very well on my site.
    >
    > By the way it's possible to cache usercontrols on an individual basis so
    > caching wise you should have great control over that...
    >
    >
    > Sincerely,
    >
    > --
    > S. Justin Gengo, MCP
    > Web Developer
    >
    > Free code library at:
    > [url]www.aboutfortunate.com[/url]
    >
    > "Out of chaos comes order."
    > Nietzche
    > "Leeor Geva" <leeor@chcrx.com> wrote in message
    > news:uOLpTQTVDHA.2316@TK2MSFTNGP09.phx.gbl...
    > > Hi,
    > > I have been writing for the past 2 months a website purely made of
    > > basically 1 ASPX page
    > > (Default.ASPX) and loading different parts of the website using WebForm
    > > Controls in a Panel.
    > >
    > > My main question: Is this going to hurt me when it comes time to
    > > deployment? As in, will caching be handled really badly?
    > >
    > > This is something I am very much affraid of, and if that happens will
    move
    > > to multiple page (old ASP) design model.
    > >
    > > Thanks,
    > > Leeor
    > >
    > >
    >
    >

    Leeor Geva Guest

  5. #4

    Default Re: Dynamic Control Injection Model?

    Leeor,

    Good question! Right now I'm not. (But my website is small.)

    But we're gearing up to use the same technique at my company for all our
    company websites, we like it so much, and we'll need to allow links there.

    Our plan is to use querystring values to dynamically load the correct user
    controls that way favorites and links of all kinds will work since they will
    be unique.

    --
    S. Justin Gengo, MCP
    Web Developer

    Free code library at:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche
    "Leeor Geva" <leeor@chcrx.com> wrote in message
    news:O18Dz$rVDHA.3332@tk2msftngp13.phx.gbl...
    > Justin,
    >
    > How do you handle when someone wants to add a certain section of the
    > website to Favorties? Or if you want to link to a certain section?
    >
    > Thanks,
    > Leeor
    >
    > "S. Justin Gengo" <sjgengo@aboutfortunate.com> wrote in message
    > news:%23CTGAmTVDHA.2164@TK2MSFTNGP10.phx.gbl...
    > > Leeor,
    > >
    > > I'm using the same technique. It's working very well on my site.
    > >
    > > By the way it's possible to cache usercontrols on an individual basis so
    > > caching wise you should have great control over that...
    > >
    > >
    > > Sincerely,
    > >
    > > --
    > > S. Justin Gengo, MCP
    > > Web Developer
    > >
    > > Free code library at:
    > > [url]www.aboutfortunate.com[/url]
    > >
    > > "Out of chaos comes order."
    > > Nietzche
    > > "Leeor Geva" <leeor@chcrx.com> wrote in message
    > > news:uOLpTQTVDHA.2316@TK2MSFTNGP09.phx.gbl...
    > > > Hi,
    > > > I have been writing for the past 2 months a website purely made of
    > > > basically 1 ASPX page
    > > > (Default.ASPX) and loading different parts of the website using
    WebForm
    > > > Controls in a Panel.
    > > >
    > > > My main question: Is this going to hurt me when it comes time to
    > > > deployment? As in, will caching be handled really badly?
    > > >
    > > > This is something I am very much affraid of, and if that happens will
    > move
    > > > to multiple page (old ASP) design model.
    > > >
    > > > Thanks,
    > > > Leeor
    > > >
    > > >
    > >
    > >
    >
    >

    S. Justin Gengo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139