I'll just throw out that while in this case you just wanted to grab some
static files shared with ASP.NET, in the future you (or other readers) may
want to do more direct integration, like we can do currently with J2EE pages
in CFMX and BlueDragon, such as sharing session and application variables,
including the page output from one filetype in another (CF and JSP on J2EE,
CF and ASP.NET in .NET).

We mentioned this a few weeks ago and it bears repeating: BlueDragon/.NET
will offer that functionality. The product is currently in alpha testing in
the hands of some key partners.

Indeed, more than these traditional sorts of integration, I'm already
investigating and look forward to this opening the door to even more
powerful integration. Just as the underlying J2EE platform gave us lots of
cool things that could be accessed outside of CFML (like Filters, new
security models, clustered sessions, J2EE sessions, and more), the .NET
framework may offer similar and more.

These will be interesting times for CFML shops who choose to embrace CFML
and native integration with .NET on BlueDragon.

/charlie

> -----Original Message-----
> From: Mike Kear [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 10, 2003 10:00 AM
> To: CF-Talk
> Subject: RE: Building alongside to asp.net pages???
>
>
> AH! Thank you Ben.  Actually the information I'm going to use is just the
> html for the headings of the pages, so they match the rest of the
> site - the
> navigation buttons and links, link to style sheets etc, and the dynamic
> aspects of the coldfusion pages will be using coldfusion techniques so I
> guess I can just leave that stuff out then.
>
> I'll be taking a page from the site, snipping out the html for the
> pageheading and putting it in an include file.  Same with the footer.
>
> I just wondered if I'd need that stuff and for what.  Sounds like I don't
> need it for anything.    I suppose that hidden field includes the
> processing
> code for the search button and the 'join our newsletter' stuff.  I can do
> that with coldfusion just as easily too.
>
>
>
> Cheers,
> Michael Kear
> Windsor, NSW, Australia
> AFP Webworks.
>
>
>
>
> -----Original Message-----
> From: Ben Densmore [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 10 June 2003 11:51 PM
> To: CF-Talk
> Subject: Re: Building alongside to asp.net pages???
>
> Mike,
>  you are correct about the __viewState maintaining state in asp.net. In
> asp.net all pages Postback to themselves, so you don't submit any
> information to other pages on an initial submit of a form.
>
> I don't know about copying that into your page, the hidden fields you see
> are created during runtime and you won't see that in the actual code you
> look at.
>
> You might have to use querystrings to get the data you want into your cf
> pages.
>
> Ben
> ----- Original Message -----
> From: "Mike Kear" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Tuesday, June 10, 2003 9:30 AM
> Subject: Building alongside to asp.net pages???
>
>
> > Sorry if this is too off-topic, but I'm not sure if I'm walking into a
> > problem here .....
> >
> >
> > I don't know a lot about .net  - yet - but looks like I'm going
> to have to
> > do a crash course.  I'm going to have to build some coldfusion
> content and
> > have it blend in seamlessly with pages built in .net.  This means (I
> guess)
> > snagging headers and footers off the .net pages and using them on my
> > coldfusion pages.
> >
> > But I see at the top of the .net pages a huge hidden field full of
> > gobbldegook along the lines of:
> >
> > <.input type="hidden" name="__VIEWSTATE" value="dDNzcxNTgzODk7dDw7bDxpPD
> >
> >  [heaps of similar stuff snipped]
> >
> >  YW5lbF8yMTpMb2dpbjs+PpRdTxH61yuZQYMB0MBggZHj+OAg" />
> >
> >
> >
> >
> > I'm guessing from the name "_VIEWSTATE" that it contains the information
> > about the user's state and the page - but is this something I
> need to know
> > much about or can I just copy and paste it from a typical page
> and put it
> in
> > my header.cfm file?   What does this big field do?
> >
> >
> >
> >
> > Cheers,
> > Michael Kear
> > Windsor, NSW, Australia
> > AFP Webworks.
> >
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to