1
Answer

Adding one ppt file to another ppt file

I have got the task that if their i have one "power point file1" in desktop or any other location in computer, i need to create new "power point file2 " in asp.net and c# and add all the images of the "power point file1" into "power point file2" and also i should be able to edit the "power point file2" .so could you please send me the full code in c# and in asp.net..i have been searching for three days but couldnt find the answer.
Answers (1)
0
Sanjeeb Lenka
NA 22.1k 1.3m 11y
hi,

you have to set the startup object. for set the start up object follow this step.

open solution explorer. select the solution or right click on solution and click on properties.


in property window set the startup object as your class name.

follow the screen.




2nd