Click here to Skip to main content
16,005,141 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to add folders dynamically Pin
Vasudevan Deepak Kumar6-Aug-07 1:28
Vasudevan Deepak Kumar6-Aug-07 1:28 
Questionhow to create an aspx page dynamically in one asp.net web apllication Pin
santoshkumarB5-Aug-07 22:55
santoshkumarB5-Aug-07 22:55 
AnswerRe: how to create an aspx page dynamically in one asp.net web apllication Pin
Edwin Syarief5-Aug-07 23:00
Edwin Syarief5-Aug-07 23:00 
GeneralRe: how to create an aspx page dynamically in one asp.net web apllication Pin
santoshkumarB5-Aug-07 23:09
santoshkumarB5-Aug-07 23:09 
GeneralRe: how to create an aspx page dynamically in one asp.net web apllication Pin
Edwin Syarief5-Aug-07 23:19
Edwin Syarief5-Aug-07 23:19 
GeneralRe: how to create an aspx page dynamically in one asp.net web apllication Pin
santoshkumarB5-Aug-07 23:27
santoshkumarB5-Aug-07 23:27 
GeneralRe: how to create an aspx page dynamically in one asp.net web apllication Pin
Edwin Syarief5-Aug-07 23:39
Edwin Syarief5-Aug-07 23:39 
GeneralRe: how to create an aspx page dynamically in one asp.net web apllication Pin
N a v a n e e t h5-Aug-07 23:34
N a v a n e e t h5-Aug-07 23:34 
Something like a content management system ? You can open existing ASPX files using filestream and write it to the disk with other name. Put some special tags where your content need to be replaced. Replace this special tags with your content when page is creating.

But keep it in mind that this will work if you are using ASP.NET 2.0, in ASP.NET 1.1, code behind data will be wrapped in dll's. So creating a simple aspx file won't do work.

Alternative approach would be using UrlRewriting. In this case, you won't be having files, all the URL's you are seeing will be virtual.


AnswerRe: how to create an aspx page dynamically in one asp.net web apllication Pin
Malcolm Smart5-Aug-07 23:20
Malcolm Smart5-Aug-07 23:20 
GeneralRe: how to create an aspx page dynamically in one asp.net web apllication Pin
santoshkumarB5-Aug-07 23:29
santoshkumarB5-Aug-07 23:29 
GeneralRe: how to create an aspx page dynamically in one asp.net web apllication Pin
Malcolm Smart5-Aug-07 23:33
Malcolm Smart5-Aug-07 23:33 
AnswerRe: how to create an aspx page dynamically in one asp.net web apllication Pin
Vasudevan Deepak Kumar6-Aug-07 1:39
Vasudevan Deepak Kumar6-Aug-07 1:39 
QuestionAdding codebehind variable as text for textarea Pin
JacquesDP5-Aug-07 22:19
JacquesDP5-Aug-07 22:19 
AnswerRe: Adding codebehind variable as text for textarea Pin
N a v a n e e t h5-Aug-07 22:30
N a v a n e e t h5-Aug-07 22:30 
GeneralRe: Adding codebehind variable as text for textarea Pin
JacquesDP5-Aug-07 22:45
JacquesDP5-Aug-07 22:45 
GeneralRe: Adding codebehind variable as text for textarea Pin
N a v a n e e t h5-Aug-07 23:05
N a v a n e e t h5-Aug-07 23:05 
GeneralRe: Adding codebehind variable as text for textarea Pin
JacquesDP5-Aug-07 23:12
JacquesDP5-Aug-07 23:12 
GeneralRe: Adding codebehind variable as text for textarea Pin
JacquesDP5-Aug-07 23:36
JacquesDP5-Aug-07 23:36 
AnswerRe: Adding codebehind variable as text for textarea [modified] Pin
Edwin Syarief5-Aug-07 22:54
Edwin Syarief5-Aug-07 22:54 
AnswerRe: Adding codebehind variable as text for textarea Pin
Malcolm Smart5-Aug-07 23:26
Malcolm Smart5-Aug-07 23:26 
GeneralRe: Adding codebehind variable as text for textarea Pin
JacquesDP5-Aug-07 23:34
JacquesDP5-Aug-07 23:34 
GeneralRe: Adding codebehind variable as text for textarea Pin
Malcolm Smart5-Aug-07 23:46
Malcolm Smart5-Aug-07 23:46 
Questionplease help me Pin
rashmi.saniya5-Aug-07 21:25
rashmi.saniya5-Aug-07 21:25 
AnswerRe: please help me Pin
Vasudevan Deepak Kumar5-Aug-07 22:01
Vasudevan Deepak Kumar5-Aug-07 22:01 
AnswerRe: please help me Pin
vimal_yet6-Aug-07 0:38
vimal_yet6-Aug-07 0:38 

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.