integrate mvc2 into existing webform webpage - asp.net-mvc-2

HI,
i have large project which is created in asp.net webforms
I want to start using asp.net mvc withing the project.
How can i set it up? Have you some steps, helps guide pls?
thnx

Solved.
I have to convert existing website to web application. I have followed this guide
http://gurustop.net/blog/2008/08/03/converting-vs-2008-website-to-web-application/
Darin,
thank you for you info and it helped, as it gave me the right idea of approach.

You may take a look at the following blog post about how you could mix classic WebForms with ASP.NET MVC within the same application.

Related

Blog Plugin in zend framework 1.11.7

I want to use blog plugin in zend framework 1.11.7. So please give me the full path from where I can download plugin and all the steps to implement in site.
No, there isn't.
There are, however, plenty of tutorials to help you get started with building one. http://akrabat.com/zend-framework-tutorial/

Migration from MVC2 2008 application to MVC3 2010

My MVC2 application is on VS2008. I need to convert to MVC3 2010. Can any one help me on this?
Thanks,
try to use this tool it's work fine but you need to sure that they built in MVC 2
the tool can be found on http://weblogs.asp.net/leftslipper/archive/2010/07/28/migrating-asp-net-mvc-2-applications-to-asp-net-mvc-3-preview-1.aspx

User control in ASP.NET MVC

I’m beginner for ASP.NET MVC , so I need to functioning create and edit using one user control (may use 2 views)
How can I do this.
Ex : Create new Product details and Edit product details
Thz....
I would use Templates. The followings are the great blog post series by Brad Wilson:
http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-1-introduction.html
http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-2-modelmetadata.html
http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-3-default-templates.html
http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-4-custom-object-templates.html
http://bradwilson.typepad.com/blog/2009/10/aspnet-mvc-2-templates-part-5-master-page-templates.html
Good luck!

How can I integrate FCKeditor in a Zend Framework application?

I've seen there are questions here about how to integrate scripts in ZF. There are also some questions about FCKEditor. But I have found nothing about both ZF and FCKEditor.
Does anyone use FCKEditor with ZF?
Alternatively...is there an RTE which can integrate well with ZF?
Thank you
Hi there is a some pages that may be usefull:
http://blog.ekini.net/2007/11/28/using-fckeditor-with-zend-framework-file-browser-enabled/
http://www.leftcolumn.net/2009/03/10/zend-framework-how-to-add-fckeditor-to-a-zend_form/
http://vnwds.com/threads/20-Build-FCKeditor-in-your-Zend-Project-with-Zend_View_Helper
You should probably want to create zend form elements and a zend view helper. It would enable seamless zend framwork integration and can be reused to reduce any code duplication.
Here's an article explaining how:
FCKeditor Zend Form Integration

Create admin module and configuration in Zend Framework 1.9.0

I am working with zend framework for last 2 months. I got zend framework latest version 1.9.0.
I am new in zend framework programming. I am learning one by one.. in zend framework. Now i am confused with creating admin module in zend and their configuration settings. Please help me to create admin module with in the module folder in zend framework.
Thanks and regards,
Prasanth P
Using Zend_Tool you can create modules.
zf create module name
I did have a few issues when creating modules these two blogs were a great help (few articles on each). I was looking to have separate configs, layouts ect for each one, maybe not what you're after but good read anyway.
http://blog.vandenbos.org/2009/07/07/zend-framework-module-config/
We have a similar problem:
I am designing a large scale application with about 5 modules.
Even though I am not finding my way around, I think this blog post http://blog.astrumfutura.com/archives/415-Self-Contained-Reusable-Zend-Framework-Modules-With-Standardised-Configurators.html might be helpful for you and for anybody else. Please, update this thread if you find anything interesting. thanks.
use of this
http://www.skyrocket.be/2009/01/11/admin-cms-routes-in-zend-framework/