i need to a disgner visio in aspx page for edit visio file
and i search into google and i find this sample :
http://www.codeproject.com/Articles/17365/ASP-NET-2-0-Visio-Custom-Control
and create a new project and a new web form and drag ShowVisio into page
and in code behind set my path:
ShowVisio1.FilePath =
but when i run it nothing display to me
please help me
thanks
@"E:\visioFile\test1.vsd";
Vahid BakhtiaryPosted Jul 10, 2012, 2:22 AM
i try it into IE but when run it ,IE page is empty
please help me
thanks
Posted Jul 10, 2012, 12:28 AM
Vahid BakhtiaryPosted Jul 9, 2012, 9:14 AM
Vahid BakhtiaryPosted Jul 9, 2012, 8:25 AM
Posted Jul 9, 2012, 7:59 AM
Vahid BakhtiaryPosted Jul 9, 2012, 7:51 AM
Posted Jul 9, 2012, 7:35 AM
http://msdn.microsoft.com/en-gb/magazine/cc164043.aspx
http://aspalliance.com/804_Building_Dynamic_Visio_Diagrams_with_NET
http://msdn.microsoft.com/en-us/library/aa168480(v=office.11).aspx
http://msdn.microsoft.com/en-us/library/aa192480(v=office.11).aspx
http://msdn.microsoft.com/en-us/library/aa168490(v=office.11).aspx
http://msdn.microsoft.com/en-us/library/aa168466(v=office.11).aspx
Posted Jul 9, 2012, 7:30 AM
Please read the summary section of the sample page.
The browser internally user visio viewer to display the visio file and it will work only on IE browser.