Ask a Question related to ASP.NET General, Design and Development.
-
San Diego Guy #1
User controls instead of frames
Hi all!
I'm relatively new to ASP.NET.. I'm writing an app that has some controls on
the top that I want to remain there throughout the site.
I started doing this in frames, but then saw a bunch of postings about how
you should use user controls instead of forms.
The problem is I can't find any examples of this.. could someone point me in
the right direction?
Thanks!
Steve
San Diego Guy Guest
-
communication between an application, custom controls, and user controls
Hi, and many thanks in advance... I'm a little lost about how to proceed with communication between an application, custom controls, and user... -
Why the properties of web user controls which inherted from my custom base UI controls MISSED?
Why the properties of web user controls which inherted from my custom base UI controls MISSED? How should I to set enable? -
using javascript in User controls to access server controls of the user control
Hello all, I have an asp.net textbox (named txtHidden) and an HtmlButton(named btnAction). I wanted to write a javascript function which will get... -
user controls: dynamiclly added child controls dont survive post back ?
hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control... -
howto access controls in User Controls
"Derda" <safsar@luckyeye.com> wrote in news:e02BoShcDHA.1872 @TK2MSFTNGP12.phx.gbl: From the client bowser? You can't. -- Lucas Tam... -
Chris Jackson \(MVP\) #2
Re: User controls instead of frames
> I'm relatively new to ASP.NET.. I'm writing an app that has some controls
onin> the top that I want to remain there throughout the site.
> I started doing this in frames, but then saw a bunch of postings about how
> you should use user controls instead of forms.
> The problem is I can't find any examples of this.. could someone point meTutorial here:> the right direction?
[url]http://www.asp101.com/lessons/usercontrols.asp[/url]
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
Chris Jackson \(MVP\) Guest
-
San Diego Guy #3
Re: User controls instead of frames
Thanks Chris!
Steve
"Chris Jackson (MVP)" <chrisj@mvps.org> wrote in message
news:#K$ag#LRDHA.2852@tk2msftngp13.phx.gbl...controls> > I'm relatively new to ASP.NET.. I'm writing an app that has somehow> on> > the top that I want to remain there throughout the site.
> > I started doing this in frames, but then saw a bunch of postings aboutme> > you should use user controls instead of forms.
> > The problem is I can't find any examples of this.. could someone point> in>> > the right direction?
> Tutorial here:
> [url]http://www.asp101.com/lessons/usercontrols.asp[/url]
>
> --
> Chris Jackson
> Software Engineer
> Microsoft MVP - Windows XP
> Windows XP Associate Expert
> --
>
>
San Diego Guy Guest



Reply With Quote

