General .NETFor general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Hi, I have a part of a project completed in VB and i want to complete the remaining part using ASP.NET.Is there any way out ? And if there is, how, can you tell me the whole procedure ? Thanks.
Those are different project types. If you want to finish in ASP.NET you'll need to build webforms that mirror what you have in the winforms. Fortunately, you should be able to use most of the same code from the winform project, but even then it's still not going to be that simple. Have you worked with ASP.NET (or web applications in general? If not, you will need to tackle the learning curve of web applications in order to get everything working the way you wish. They work much different than winform applications (despite Microsoft's attempt to make the two as similar as possible).