Best way to continue to use my current ASP.Net Code
Hi, what are the best way to continue to
use my current ASP.Net Website (is an Intranet) . Like Employee Login,Employeelist,or Employee
Picture List and many others. They are normal ASP.Net Pages with Infragistics
WebControls. The Data comes from a SQL Server 2008
Hi Jeroen, thanks for your reply. But i think that add a new section is not that what i really mean. I will currently use Umbraco 7.0.4 and want exists asp.net pages and a compiled dll of my current intranet project use in umbraco. some pages have (for example a Employeelist) infragistics webcontrols (webgrid) . can i use the code and functions on new umbraco asp.net pages?
Hi Jeroen, thanks, but there is no real solution. someone writes about a tool cmsimport , but i want only use my current asp.net pages (or parts of my website project written in asp.net/vb.net, visual studio and sql server)
Are there some example how i made in umbraco a simple new page, place a datagrid ob this page (can i use other webcontrols visual studio has? ) and fill the grid with data from my own sql server table.
Best way to continue to use my current ASP.Net Code
Hi, what are the best way to continue to use my current ASP.Net Website (is an Intranet) . Like Employee Login,Employeelist,or Employee Picture List and many others. They are normal ASP.Net Pages with Infragistics WebControls. The Data comes from a SQL Server 2008
There are not encapsulated as Usercontrols.
Best regards Axel
Hello,
You could build a custom section that can manage the data.
More info here:
http://www.geckonewmedia.com/blog/2009/08/03/how-to-create-a-custom-section-in-umbraco-4/
http://adaodeveloper.blogspot.nl/2013/01/create-new-custom-section-in-umbraco-48.html
http://www.it-potato.com/2013/07/adding-a-custom-section-in-umbraco-6/
http://www.theoutfield.net/blog/2012/07/creating-custom-applications-and-trees-in-umbraco-48plus
Jeroen
Hi Jeroen, thanks for your reply. But i think that add a new section is not that what i really mean.
I will currently use Umbraco 7.0.4 and want exists asp.net pages and a compiled dll of my current intranet project use in umbraco.
some pages have (for example a Employeelist) infragistics webcontrols (webgrid) . can i use the code and functions on new umbraco asp.net pages?
Best regards Axel
Hello,
Maybe these topics can help:
http://our.umbraco.org/forum/getting-started/installing-umbraco/22321-Add-umbraco-CMS-to-existing-website
http://our.umbraco.org/forum/using/ui-questions/9843-Porting-existing-site-to-Umbraco
http://stackoverflow.com/questions/14462815/using-umbraco-content-on-an-existing-net-site
Jeroen
Hi Jeroen, thanks, but there is no real solution. someone writes about a tool cmsimport , but i want only use my current asp.net pages (or parts of my website project written in asp.net/vb.net, visual studio and sql server)
further more in umbraco
Axel
Are there some example how i made in umbraco a simple new page, place a datagrid ob this page (can i use other webcontrols visual studio has? )
and fill the grid with data from my own sql server table.
is working on a reply...