[thelist] .NET and frames

Ken Schaefer Ken at adOpenStatic.com
Mon Apr 18 18:02:18 CDT 2005


What, exactly, are you talking about?

You can write an ASP.NET page that does nothing more than a corresponding
HTML page with no requirement on a form. Everything ultimately is just HTML,
Javascript and CSS at the browser end.

Or you can use Paul Wilson's controls to get multiple forms on each page.

Or you can wait for ASP.NET v2.0 to give you the ability to post to other
pages.

Cheers
Ken

--
www.adOpenStatic.com/cs/blogs/ken/ 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: thelist-bounces at lists.evolt.org [mailto:thelist-
: bounces at lists.evolt.org] On Behalf Of Christian Heilmann
: Subject: Re: [thelist] .NET and frames
: 
: You can't. That is the big issue  with  .NET, everything is dependent
: on one form one document.
: 
: On 4/18/05, Mark Joslyn <Mark.Joslyn at solimarsystems.com> wrote:
: > The new .NET pages are structured to post back to itself, so how can I
: get
: > frame 2 to update itself with a submit button click in frame one
: (without
: > JavaScript).
: >
: > markJ
: >
: > -----Original Message-----
: > From: thelist-bounces at lists.evolt.org
: > [mailto:thelist-bounces at lists.evolt.org] On Behalf Of Peter Brunone
: > (EasyListBox.com)
: > Sent: Monday, April 18, 2005 12:14 PM
: > To: thelist at lists.evolt.org
: > Subject: Re: [thelist] .NET and frames
: >
: > What do you mean?
: >
: >  From: Christian Heilmann  codepo8 at gmail.com
: >
: > But the old "one page one form" problem of .NET prevents that from
: working,
: > doesn't it?
: >
: > On 4/18/05, Peter Brunone (EasyListBox.com) wrote:
: > >
: > > No more or less possible than it is in any other server-side
: > > platform...
: > >
: > --
: >
: > * * Please support the community that supports you.  * *
: > http://evolt.org/help_support_evolt/
: >
: > For unsubscribe and other options, including the Tip Harvester
: > and archives of thelist go to: http://lists.evolt.org
: > Workers of the Web, evolt !
: >
: > --
: >
: > * * Please support the community that supports you.  * *
: > http://evolt.org/help_support_evolt/
: >
: > For unsubscribe and other options, including the Tip Harvester
: > and archives of thelist go to: http://lists.evolt.org
: > Workers of the Web, evolt !
: >
: 
: 
: --
: Chris Heilmann
: Blog: http://www.wait-till-i.com
: Writing: http://icant.co.uk/
: Binaries: http://www.onlinetools.org/
: --
: 
: * * Please support the community that supports you.  * *
: http://evolt.org/help_support_evolt/
: 
: For unsubscribe and other options, including the Tip Harvester
: and archives of thelist go to: http://lists.evolt.org
: Workers of the Web, evolt !


More information about the thelist mailing list