Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
4.00/5 (2 votes)
See more:
hi,
My object is to run a dynamically generated file like xaml or aspx.In this file, controls and validations all are dynamically generated.But i wanna know whether this dynamic pages can run as ordinary pages.Is it Possible to enter the values into the generated file also.I hope u can give a better solution.
Posted
Updated 17-May-12 1:28am
v3

1 solution

Yes you can generate this type of files. You can use:
C#
XamlReader.Load("your string goes here")

Hope it helps.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900