how to localize new posts in asp.net...? - web

I am doing my final year project and have decided to make a website in asp.net. For that I'll be using Micrsoft Visual Studio 2008. I'm making a Real ESTATE properties website. I want to know how to localize or create new posts in asp.net( like in WORDPRESS) and also when I hit SEARCH it should search for the desired keyword or the searched post.
If post is not possible then it should display pages...

Asp.net is just the language not the CMS. You have to install a CMS for blogs such as dotnetnuke or BlogEngine.net

Related

How to add a news section and add links to phpbb forum

Hey there im in the middle of editing my site, and i came across this site, and am looking to get my site as the same layout with the navigation bars and such, but im new to phpbb so am stuck :( here is the site http://www.3commandobrigade.com/
when you go to the home tab it shows all the posts that are posted in the "News" section under the category General forums
and also how do i add the nav links like on that site, so it has Home, Forum, Schedule, i was under the idea it was something like "Nav Links"
thanks!
That forum is using a phpBB Extension called Portal. I haven't found a new version of that mod/extension but here is a link to a version made for the phpbb 3.1.3 which should be compatible with the current version. You should be able to create two columns of news in the admin panel if you want so, but it should be some work.

Convert asp.net website solution to visual web part

I have a small website written in asp.net c#. It consists of 7 pages or less, connected to a database and references a class library. How to convert it to a visual web part in sharepoint 2013? my colleague advised me of copying the codes from the website solution to a visual web part solution. The question is, is his suggestion feasible? are there any other ways of doing it besides iframes and my colleague's suggestion?
Your options depends on if your solution will live in a Publishing Portal or not. The most generic way would probably be to use a visual webpart and host it there. If you would like a more comparable version of this from your current solution you can build and deploy custom page layouts hosting your code.

When creating a new blank C# ASP.NET Empty Website nothing shows up in the Solution Explorer

So I want to start learning ASP.NET and I got a WROX book to start learning it. I have access to get Visual Studio 2012 from my college, and I installed it. In the book it says that there should be a ton of files in the solution expert. Like default.aspx, an images folder etc. Yet when I open a new blank webpage I get just a web.config file. So I have no idea what I am doing wrong.
An empty solution contains nothing, therefore it is called empty.
If you want to see a sample, you should choose ASP.NET Web Forms Application or ASP.NET MVC Application.

Kentico Not Showing Added Pages from Visual Studio 2010

I am working with Kentico in Visual Studios (web project) on my local computer. When I add folders or files to the solution and then run it in the browser, the pages do not show up in the CMS desk or site manager. Am I creating these folders/files in the wrong place in the solution (ex: {directory of web project}/CMSPages/filename.aspx)? Or maybe have incorrect settings?
This is not the way how it works - the system has no idea about your pages if you place them on the file system. However, you can create ASPX page templates and then use then for the documents. Please see the Devnet forum
Best regards,
Juraj Ondrus
Where Do you want to use this page?
In the visitor sites or CMS Page
If you want to use visitor site you can create a webpart and add you webpart to the Page create on content tree.
If you want to use in the cmsdesk the you need to register your page in the module

What happened to the Subsonic CMS/Starter Site

I think SubSonic used to have CMS (or Start Site) web application available, but for the life of me I can't find it.
Rob mentioned it on his blog a year ago when he moved the site to Graffiti CMS, and the Google Code project site has a reference to it to:
A solid foundation from which to extend. Our starter site comes pre-wired with ASP.NET membership built in, AJAX, full 3-column elastic XHTML theme, and user administration pages from which you can administer your site's membership. That's at least a week's worth of work - already done!
But I can't find it anywhere. Does anyone know where it is, or what happened to it?
It appears that the Starter Site project has been rebranded the SubSonic CMS and moved here. The old starter site is available via an old svn revision at the main SubSonic Google Code repository here.

Resources