Click here to Skip to main content
15,895,799 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to dynamically load an ASPX page into a exisitng element from code behind?? Pin
Brij8-Dec-08 1:14
mentorBrij8-Dec-08 1:14 
GeneralRe: How to dynamically load an ASPX page into a exisitng element from code behind?? Pin
DuelMonster_Coder8-Dec-08 1:47
professionalDuelMonster_Coder8-Dec-08 1:47 
GeneralRe: How to dynamically load an ASPX page into a exisitng element from code behind?? Pin
Abhijit Jana8-Dec-08 1:50
professionalAbhijit Jana8-Dec-08 1:50 
GeneralRe: How to dynamically load an ASPX page into a exisitng element from code behind?? Pin
DuelMonster_Coder8-Dec-08 2:50
professionalDuelMonster_Coder8-Dec-08 2:50 
AnswerRe: How to dynamically load an ASPX page into a exisitng element from code behind?? Pin
Satish - Developer8-Dec-08 1:40
Satish - Developer8-Dec-08 1:40 
AnswerRe: How to dynamically load an ASPX page into a exisitng element from code behind?? Pin
Paddy Boyd8-Dec-08 2:28
Paddy Boyd8-Dec-08 2:28 
GeneralRe: How to dynamically load an ASPX page into a exisitng element from code behind?? [modified] Pin
DuelMonster_Coder8-Dec-08 2:54
professionalDuelMonster_Coder8-Dec-08 2:54 
AnswerRe: How to dynamically load an ASPX page into a exisitng element from code behind?? Pin
cmk8-Dec-08 6:32
cmk8-Dec-08 6:32 
You want to look at writing a custom VirtualPathProvider and|or HttpHandler (this is what i did when faced with similar problem).

[EDIT] To be more clear, i also had to rework the way i modelled the system, i used a master page as the wrapper and the 'generated' pages used it as their master. The master can also be generated.
[/EDIT]

Or, load the custom page, compile it in code behind (i've never done this), then insert compiled code in existing div ... ok, this is what you said you want to do, sorry. Smile | :)

What does the url look like to distinguish between the various embedded pages ?

...cmk

The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying.
- John Carmack

QuestionConvert web page content to pdf Pin
kavitaBC7-Dec-08 23:26
kavitaBC7-Dec-08 23:26 
AnswerRe: Convert web page content to pdf Pin
Christian Graus7-Dec-08 23:30
protectorChristian Graus7-Dec-08 23:30 
AnswerRe: Convert web page content to pdf Pin
sumit70348-Dec-08 0:34
sumit70348-Dec-08 0:34 
AnswerRe: Convert web page content to pdf Pin
Satish - Developer8-Dec-08 1:39
Satish - Developer8-Dec-08 1:39 
AnswerRe: Convert web page content to pdf Pin
Vasanth Kumararajan8-Dec-08 7:49
Vasanth Kumararajan8-Dec-08 7:49 
QuestionError:The name 'Container' does not exist in the current contextnew Pin
Exelioindia7-Dec-08 22:50
Exelioindia7-Dec-08 22:50 
AnswerRe: Error:The name 'Container' does not exist in the current contextnew Pin
Christian Graus7-Dec-08 23:35
protectorChristian Graus7-Dec-08 23:35 
AnswerRe: Error:The name 'Container' does not exist in the current contextnew Pin
Abhijit Jana8-Dec-08 1:06
professionalAbhijit Jana8-Dec-08 1:06 
QuestionRuntime- error: application error onoccured on server in web.config file Pin
Member 36362177-Dec-08 22:44
Member 36362177-Dec-08 22:44 
AnswerRe: Runtime- error: application error onoccured on server in web.config file Pin
Brij8-Dec-08 0:03
mentorBrij8-Dec-08 0:03 
AnswerRe: Runtime- error: application error onoccured on server in web.config file Pin
Abhijit Jana8-Dec-08 0:51
professionalAbhijit Jana8-Dec-08 0:51 
Questioncrystal report deployment problem Pin
uprarun7-Dec-08 22:35
uprarun7-Dec-08 22:35 
AnswerRe: crystal report deployment problem Pin
Bardy858-Dec-08 0:04
Bardy858-Dec-08 0:04 
GeneralRe: crystal report deployment problem Pin
uprarun18-Dec-08 1:07
uprarun18-Dec-08 1:07 
Questionfind a word Pin
Kissy167-Dec-08 22:04
Kissy167-Dec-08 22:04 
AnswerRe: find a word Pin
SeMartens7-Dec-08 22:15
SeMartens7-Dec-08 22:15 
AnswerRe: find a word Pin
Abhijit Jana8-Dec-08 1:08
professionalAbhijit Jana8-Dec-08 1:08 

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.