Click here to Skip to main content
15,915,669 members
Home / Discussions / Web Development
   

Web Development

 
General".aspx" extensions do not execute Pin
Julien Martin17-Aug-02 6:46
Julien Martin17-Aug-02 6:46 
GeneralRe: ".aspx" extensions do not execute Pin
Nick Parker17-Aug-02 12:55
protectorNick Parker17-Aug-02 12:55 
GeneralRe: ".aspx" extensions do not execute Pin
Richard Deeming19-Aug-02 1:04
mveRichard Deeming19-Aug-02 1:04 
GeneralMore DataGrid issues Pin
afronaut16-Aug-02 21:05
afronaut16-Aug-02 21:05 
GeneralRe: More DataGrid issues Pin
Paul Riley18-Aug-02 10:20
Paul Riley18-Aug-02 10:20 
GeneralWhile Deploy my applan in remote server i am getting ADODB not found Pin
Jude Asis Prabhu16-Aug-02 19:51
Jude Asis Prabhu16-Aug-02 19:51 
GeneralServer.Execute Issues Capturing resulting HTML from aspx page execution. Pin
Tom G16-Aug-02 10:15
Tom G16-Aug-02 10:15 
GeneralRe: Server.Execute Issues Capturing resulting HTML from aspx page execution. Pin
Tom G1220-Aug-02 15:14
sussTom G1220-Aug-02 15:14 
Thanks for nothing, I solved it myself, well sort of. First of all Server.Execute is an ugly little function. If you don't have to use it don't.

You can't use it unless it is in the Page_load. This might seem obvious to some, but I couldn't find any documentation on this fact. There is viewstate conflict. For some reason you can't have more than one viewstate field on a page at one time. Who knew? If there was a way to not place that field on the page being executed it might work, but simply "disabling" it doesn't remove the field, it only disables the controls from saving to it.

So what I did was, on Page_load execute the aspx page that I was trying to use as an email and saved it to a viewstate variable. So when the user decides to send it, it sends that variable as the message to my emailer class. Its an internal app so the extra page weight shouldn't have to much impact on performace.

Its not perfect by any strech but It will work for now. I just find it hard to believe there isn't a function that allows you to capture the HTML from a local or remote website. If there is please let me know. I could have done this in Cold Fusion in 10 minutes or less.

-Tom


GeneralCustom Validator Control Pin
afronaut15-Aug-02 13:46
afronaut15-Aug-02 13:46 
QuestionDataGrid Problem? Pin
Pradhip15-Aug-02 12:38
Pradhip15-Aug-02 12:38 
AnswerRe: DataGrid Problem? Pin
TigerNinja_22-Aug-02 12:33
TigerNinja_22-Aug-02 12:33 
QuestionASP/SQL Alphabetical list? Pin
TerrieL15-Aug-02 12:33
TerrieL15-Aug-02 12:33 
AnswerRe: ASP/SQL Alphabetical list? Pin
afronaut16-Aug-02 6:04
afronaut16-Aug-02 6:04 
QuestionWhy XQuery? Pin
Jamie Nordmeyer15-Aug-02 5:38
Jamie Nordmeyer15-Aug-02 5:38 
AnswerRe: Why XQuery? Pin
Paul Watson15-Aug-02 23:32
sitebuilderPaul Watson15-Aug-02 23:32 
GeneralRe: Why XQuery? Pin
Jamie Nordmeyer16-Aug-02 7:34
Jamie Nordmeyer16-Aug-02 7:34 
GeneralASP Wildcard Issue Pin
Robby15-Aug-02 5:37
Robby15-Aug-02 5:37 
GeneralRe: ASP Wildcard Issue Pin
Paul Watson15-Aug-02 23:49
sitebuilderPaul Watson15-Aug-02 23:49 
GeneralURLs of History Entries Pin
jerry0davis14-Aug-02 23:03
jerry0davis14-Aug-02 23:03 
GeneralRe: URLs of History Entries Pin
Jeremy Falcon19-Aug-02 5:31
professionalJeremy Falcon19-Aug-02 5:31 
GeneralRe: URLs of History Entries Pin
jerry0davis19-Aug-02 21:57
jerry0davis19-Aug-02 21:57 
GeneralGood ASP.NET MAtrix resource Pin
Davy Mitchell14-Aug-02 8:51
Davy Mitchell14-Aug-02 8:51 
GeneralISAPI file reading.. Pin
code dope13-Aug-02 22:59
code dope13-Aug-02 22:59 
GeneralRe: ISAPI file reading.. Pin
Roger Wright15-Aug-02 4:29
professionalRoger Wright15-Aug-02 4:29 
GeneralRe: ISAPI file reading.. Pin
code dope15-Aug-02 5:32
code dope15-Aug-02 5:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.