Populate Dynamically created ASPX Page

Posted by Sandhurst on Stack Overflow See other posts from Stack Overflow or by Sandhurst
Published on 2010-03-21T16:02:57Z Indexed on 2010/03/22 5:31 UTC
Read the original article Hit count: 447

Filed under:
|
|
|

Well The title might be a lil confusing, what I am currently doing is creating an aspx form dynamically and saving its data by using Server.Transfer("PrssPage.aspx").

On ProcessPage.aspx I am using the Previous Page property to save the data entered by the user using the dynamically created form.

Each Dynamic Form is provided an ID for example 123.aspx

Now what I want to achieve is to repopulate the dynamically created aspx page with the user input values from database, plz note here that I do not have an aspx.cs page getting dynamically generated. I am only generating aspx page.

Any suggestion ?

© Stack Overflow or respective owner

Related posts about aspx

Related posts about ASP.NET