Ask a Question related to ASP.NET General, Design and Development.
-
S. Justin Gengo #1
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
-
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... -
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... -
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... -
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.... -
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",... -
Leeor Geva #2
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
-
Leeor Geva #3
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...move> 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>> > to multiple page (old ASP) design model.
> >
> > Thanks,
> > Leeor
> >
> >
>
Leeor Geva Guest
-
S. Justin Gengo #4
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...WebForm> 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> move> > > 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>> >> > > to multiple page (old ASP) design model.
> > >
> > > Thanks,
> > > Leeor
> > >
> > >
> >
>
S. Justin Gengo Guest



Reply With Quote

