"On The Fly" VB.NET and ASP.NET

joe_pool_is

Contributor
Joined
Jan 18, 2004
Messages
507
Location
Longview, TX [USA]
How does one create webforms on the fly with .NET?

If someone were to click the Go button on a webform, how could my code create another simple webform that I could then write VB code for? How would I create the VB code needed for this page?

I attempted adding all of the HTML into a string variable, then calling that with Response.Redirect(strHTML), but that idea was no good.
 
Can you be a little more specific on how you are defining a webform and an example of what you hope to create? Will there be a new window or new *.aspx file?
 
Back
Top