![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
What would it take to send a page to a browser - and the HTML that comprises that "page" is 100% generated dynamically? Specifically, say I have all of the requisite HTML in a string variable. How do I push that string down to the browser? My situation is that I have a few .aspx pages containing very little boilerplate HTML markup and several placeholder controls. At runtime I am currently injecting the requisite HTML into the placeholder controls. I am wondering what it would take to eliminate the .aspx file altogether... such that when the browser requests, for example,www.DomainName\SomeFolder\File001.aspx I have logic that returns 100% of the HTML of "File001.aspx" with no such .aspx file having ever existed on disk on the Web server. Thanks. |
#3
| |||
| |||
|
|
What would it take to send a page to a browser - and the HTML that comprises that "page" is 100% generated dynamically? Specifically, say I have all of the requisite HTML in a string variable. How do I push that string down to the browser? My situation is that I have a few .aspx pages containing very little boilerplate HTML markup and several placeholder controls. At runtime I am currently injecting the requisite HTML into the placeholder controls. I am wondering what it would take to eliminate the .aspx file altogether... such that when the browser requests, for example, www.DomainName\SomeFolder\File001.aspx I have logic that returns 100% of the HTML of "File001.aspx" with no such .aspx file having ever existed on disk on the Web server. Thanks. |
#4
| |||
| |||
|
|
On Oct 9, 7:07 pm, "Frankie" <A...@B.com> wrote: What would it take to send a page to a browser - and the HTML that comprises that "page" is 100% generated dynamically? Specifically, say I have all of the requisite HTML in a string variable. How do I push that string down to the browser? My situation is that I have a few .aspx pages containing very little boilerplate HTML markup and several placeholder controls. At runtime I am currently injecting the requisite HTML into the placeholder controls. I am wondering what it would take to eliminate the .aspx file altogether... such that when the browser requests, for example,www.DomainName\SomeFolder\File001.aspx I have logic that returns 100% of the HTML of "File001.aspx" with no such .aspx file having ever existed on disk on the Web server. Thanks. Do you know about URL Rewriting? http://www.google.com/search?hl=en&q...+url+rewriting |
#5
| |||
| |||
|
|
"Alexey Smirnov" <alexey.smir... (AT) gmail (DOT) com> wrote in message news:1191951734.102324.88530 (AT) y42g2000hsy (DOT) googlegroups.com... On Oct 9, 7:07 pm, "Frankie" <A...@B.com> wrote: What would it take to send a page to a browser - and the HTML that comprises that "page" is 100% generated dynamically? Specifically, say I have all of the requisite HTML in a string variable. How do I push that string down to the browser? My situation is that I have a few .aspx pages containing very little boilerplate HTML markup and several placeholder controls. At runtime I am currently injecting the requisite HTML into the placeholder controls. I am wondering what it would take to eliminate the .aspx file altogether... such that when the browser requests, for example,www.DomainName\SomeFolder\File001.aspx I have logic that returns 100% of the HTML of "File001.aspx" with no such .aspx file having ever existed on disk on the Web server. Thanks. Do you know about URL Rewriting? http://www.google.com/search?hl=en&q...+url+rewriting Yes - but URL Rewriting has nothing to do with *how* a page is sent to the browser. It has to do with how pages are *identified.*- Hide quoted text - |
#6
| |||
| |||
|
|
What would it take to send a page to a browser - and the HTML that comprises that "page" is 100% generated dynamically? Specifically, say I have all of the requisite HTML in a string variable. How do I push that string down to the browser? My situation is that I have a few .aspx pages containing very little boilerplate HTML markup and several placeholder controls. At runtime I am currently injecting the requisite HTML into the placeholder controls. I am wondering what it would take to eliminate the .aspx file altogether... such that when the browser requests, for example, www.DomainName\SomeFolder\File001.aspx I have logic that returns 100% of the HTML of "File001.aspx" with no such .aspx file having ever existed on disk on the Web server. Thanks. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |