Create A New Web-site With No Cost?

Feb 14, 2011

One of my relatives is going to start a small salon. I would like to develop a small web-site (that is pretty basic: display information, book an appointment, display product/service information, show directions to the salon, etc). I can use a XML file as a basic data storage and am not intended to use any database for this. I can deal with the coding development of the web site, but I have not developed any web-site independently and have no detailed knowledge about how to host the site, etc. factors. I also would like to know that whether it's possible to develope such a web site using ASP.BET (Visual Web Developer) with NO cost?

View 8 Replies


Similar Messages:

ADO.NET :: How To Find The Sum Of The Cost

Nov 25, 2010

I need to find the Sum of the Cost ,I tried doing it , but i am not aware of the syntax.

var pss = new PrintingServiceDataContext();
var strActualvalue = pss.PrintJobs.Where(s => s.OwnerID == txtOwnerID.Text && s.CreatedOn >= firstDay && s.CreatedOn <= today).Select(s => Sum(new {PCost = s.Cost }));

View 4 Replies

Sql - Estimated Cost For The SP?

Jan 24, 2011

In my asp.net application, I want to show the user that when he is submitting the form how much time does that stored procedure is going to take. Is there any way I can find out from asp.net application? Just like we have estimated query plan with estimated cost in sql server. Can we show it on asp.net webpage?

View 2 Replies

Create Dynamic Data Site And MVC - 2 Site Together

Apr 16, 2010

I have created firstly ASP.NET MVC 2. and write more functionality. After I create asp.NET Dynamic Data Site. now, when I click on run button in Visual Studio, mvc app. opened in browser as [URL]. and asp.NET Dynamic Data Site as [URL]. but i want to merge this app. in one. can I use asp.NET Dynamic Data Site and asp.NET MVC-2 at the same time?

View 1 Replies

C# - Performance Cost Of A Try/catch Block?

Aug 13, 2010

Possible Duplicate:
Performance Cost Of ‘try’

I am being told that adding a try catch block adds major performance cost in the order of 1000 times slower than without, in the example of a for loop of a million. Is this true?

Isn't it best to use try catch block as much as possible?

View 7 Replies

DataSource Controls :: Clustered Index Seek Cost 100%?

Apr 13, 2010

I have a user defined function GetAddress which takes address id (int) as a parameter and returns a address which may contain some 200 to 300 characters...In the execution plan for that function it is displaying cluster index seek cost as 100%...I have clustered index for address id in the address table..is that costing the resources more...How to decrease the cost of the function or a query...!!

View 1 Replies

Project Cost And Duration Estimation And Hourly Rate For Freelance Project?

Oct 1, 2010

Approximate cost of the project Duration of the project ( There are 2 Developers ) Can I charge the client for software license ( like Visual Studio license since I have purchased it by paying a hefty amount)

My profile as a developer is as follows:

I am a C#, .net, ASP.net developer with 3 years experience in enterprise class web and desktop projects. I can work 20 hours a week

The brief requirements of the project are as follows::

I have to develop an Ecommerce website. The website is meant for buyers, sellers, advertisers and bidders ( I would say it is Business to Business and also Business to Customer site ) The HTML's will be given by the client. The website will have all the features of any Ecommerce site like buying products, selling them, searching products, sorting them,etc The website should conform to W3C standards

View 3 Replies

Create Web Site Vs Web Application?

Aug 20, 2010

I follow the tutorial and creted a web site for my company sales system. One of my collegue mention we use the wrong templet, we should use Web application for company application.Should i continue using web site or change to web application? We are creating application for company sales, inventory, hr ,etc where possible more than 1000++ user. And during month end, it will be high traffic and transaction. can Web Site Template with BLL and DAL handle it? or i just need a powerful server?

View 7 Replies

Web Forms :: How To Create A Site Map For Sub Domain

Jul 28, 2010

I have a domain with name of http://MainDomain.com I want to create a site in this site and this site contains 14 sub domains there. I need a structure of sitemap which contains all sub domains. The list of sub domains
is given below. Any suggestion is welcome...

http://MainDomain.com (Main Domain)
http://Sba.MainDomain.com
http://sbaloan.MainDomain.com
http://sbaloans.MainDomain.com/
http://sbalenders.MainDomain.com/
http://commercialrealestatefinance.MainDomain.com/
http://commercialrealestatelenders.MainDomain.com/
http://commercialmortgages.MainDomain.com/
http://commercialmortgagerefinance.MainDomain.com/
http://commercialloanlenders.MainDomain.com/
[code]...

View 2 Replies

Mobiles :: How To Create A WAP Site With VS 2008

Jul 22, 2010

i plan to create a WAP site with VS 2008 by New 1 normal web application project, ist doable?are the things i should take care about is:- make sure the header of html is xhtml?- no using session to pass info? is all the C# code like that call database will work like normal asp.net?

View 4 Replies

How To Create A Content Site Editor

Jan 15, 2010

I'm using ASPMaker to create a content site editor. It analises the database and creates automatically the pages(list, edit and add) for all DB tables. But ASPMaker is limited to customize the resources and design.

I need any easy and fast way to create this content editor in ASP.Net C#. Can someone indicate a software or any easy way to use Visual Studio 2008?

View 3 Replies

How To Create A School Site In Static Way

Feb 22, 2010

I want to hints for school site how to develope a site in static way like without using database, only pages

View 2 Replies

Create A Report For The Entire Site?

Feb 19, 2010

We have a website intended for students to enter their project information. The website will have 6 modules and each module will have about 7-8 webpages to enter data.

Now the client want to get a report of the project. Now we have about 6 modules and hence the total pages will come around 40. We developed a crystal report for showing this . It had around 60-70 subreports since we have around 40 pages!!!!and it was a painful way to create the report. Also the report took a lot of time to load....

We did it like this.... For each page a subreport... and we fill a dataset in the aspx page and assign it.... phew it was a bit of crazy stuff!!! at the end there were too datasets and the page went to database several times!!

View 2 Replies

Mobiles :: Create A Mobile Site On .net?

Jan 19, 2011

I have my website created on asp.net and upgraded to 3.5.Now I need provide mobile site to some customer, I have no idea where to start. It seems the asp.net support on mobile web site is not quite clear. There are some introduce and guide, but they are not clear and some links are broken.I just want a most easy way to create a mobile version of my web site,

View 4 Replies

Create A New Database When A Company Signs Up To Site?

Jul 19, 2010

Is there a way to be able to create a new database when a company signs up to my site, and be able to use that database when he/she logs in, so for example if company A logs in he uses CompanyA database and if company B logs in he uses Company B database, now they all have the same table structure, just need to figure out a way to use a specific database depending on the user that logs in.

View 2 Replies

Architecture :: How To Create Ecommerce Site And Database For It

Oct 2, 2010

I want to create small ecommerce site with sign up and log in pages. there are two categories jeans and T- shirt

I want to create category pages and product pages but I dont understand how to form tables in database means exactly how

many tables required for this application and how all tables are connected to each other ( how to make relationship in tables)

when particular user sign in and select particular pages how it will added in his cart.

View 1 Replies

How To Create A Site To Insert/ Update / Delete

Nov 8, 2010

I just want to be able to create a site that will allow users to insert/update/delete information from the site and the information will be recorded on the SQL DB.

Went through couple of Videos and Tutorials, it can't be that complicated?

View 3 Replies

How To Create A Web Site Using C#(not Used Asp.net) ,xml,xsl,xquery ,xpath ,jquery

Nov 13, 2010

how to create a web site using c#(not used asp.net) ,xml,xsl,xquery ,xpath ,jquery

View 3 Replies

Create User As Administrator Using Web Site Tool

Jun 19, 2010

how to create a user as administrator using web site administration tool

View 1 Replies

Create First Family Site With MVC And Possibly NVelocity?

Jan 22, 2010

I am an experienced .NET developer with approximately 5 years of experience. Unfortunately, I have worked primarily on the back-end and as an desktop/smartclient developer. I have worked as a consultant for a total of 1 1/2 years on web development using both the MVP pattern and some Silverlight. I am wanting to develop a personal site, (My wife is due with our first in 7 months!) and figured while I was at it I would target particular technologies that I want to learn. Being that my current employer
uses Monorail with NVolocity and is plannning a migration to ASP.NET MVC with (most-likely) NVelocity, I figured that would be a good tech stack to use. In addition, I would like to add JQuery to the set-up.

I have done several ASP.NET MVC tutorials. Including one on this site (Great job!). However, adding NVelocity and JQuery to the mix muddies the water a bit for me.

So, my question is, does anybody have advice of where to start? Do you know of any good books, online tutorials, etc.? Do you think this is a good stack to use? Better view engine?

View 2 Replies

Open Source Code To Create Q&A Site

Mar 19, 2011

I need to build a Q&A module for a .net site. I need it to integrate with our .net membership system. We are happy to pay for it... but all I have found so far is php code and the QHub hosted system, which would be a problem to integrate with out members.

View 6 Replies

Web Forms :: Create Search Option For A Site?

Oct 17, 2010

how to create search option for a site.

i want to place option on site that custmor can seach thing on site by writting word or phrases like google.

View 1 Replies

Architecture :: Create A Blog Block In Site?

Sep 3, 2010

I need to create a blog block in my site where it should update continuously. How start with it.

View 11 Replies

Web Forms :: How To Create A Fully Dyanmic BLOG Site

Apr 14, 2010

I'm want to make a BLOG site and that should be fully Dyanmic.Means from Questions to answers all should be fully Dyanmic but need admin approval to post.can you share some links where i can get more about this.

View 1 Replies

Configuration :: Way To Create 3.5 Web Site With Visual Studio 2010

Mar 19, 2011

I've tried all kinds of searches on this site and with Bing and don't seem to get any hits that meet my condition. So pardon me if this is a rather basic question. I'm rather new at ASP.NET programming.I want to experiment with putting up to a live site. GoDaddy gives you free hosting if you get the URL from them. The catch is the hosting only supports IIS 7.0 with .Net 2.0/3.0/3.5. I've uploaded all kinds of plain websites with no problem. So in Visual
Studio 2010 I selected the following options while creating a new project:

<customErrors mode="Off" />
<!--<compilation debug="true" targetFramework="4.0">-->
<compilation debug="true" >
<assemblies>
<add assembly="System.Web.Abstractions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add assembly="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</assemblies>
</compilation>

I tried various solutions offered on the web for other issues like setting References "Copy Local = true" to upload various binaries.

View 4 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved