1

Can any body tell me how i can include a .aspx into a solution of asp.net project dynamically like in c# or Vb. Is there any property to accomplish this task. You comments are honored.

Naveen Bangwal
  • 223
  • 1
  • 9

1 Answers1

1

Please provide the scenario or more details. However you can do it as simple as adding any file by crating it and saving it in your project using IO.

Thanks.

Atul K
  • 53
  • 2
  • 9