Develop E-shop Prototype Using .net?

Feb 21, 2010

bill system. advertize. accept e-cards.

View 1 Replies


ADVERTISEMENT

Middle Of Developing A Prototype That Will Connect To The Database?

Mar 30, 2010

I'm in the middle of developing a prototype that will connect to the database. The problem I'm having is that I'm seeing more than one ways of retrieving data from the database either by adding databindings or just use a loop to loop through each rows to get a column or two.

I'll try to put this clearer because I'm not sure what I'm asking myself. I have no idea what approach to take. The purpose for the application is to retrieve as well as add, update, and delete data from that database. I wanted to display the retrieved data onto any controls like a textbox and such.

Right now, I'm confused to figure out what's the best way to program: by bindings or just retrievals. Any suggestions?

View 1 Replies

Code To Use For A E-shop Using Paypal

Apr 25, 2010

I want to ask for the steps that i have to do and a code to use for a e-shop using paypal. is there a standard code that it is used for these transactions?

View 3 Replies

Creating Sound Shop Application?

Apr 25, 2012

I am creating a sound shop application. The user will first select an album from album list box and then from there a list of songs from that specific artist will end up in the song list box. The user will then be able to add that song to the shopping cart. After confirming the purchase, the songs that were bought will appear in the play list box so the user can listen. I am confused on how to get this to work properly.

View 1 Replies

Forms :: Make A Coffee Shop Billing System?

Apr 4, 2011

I want to make a coffee shop billing system ..but don't know how to give a start to it ..I have searched and searched but no responses any where so far . I have not seen any billing softwares so don't know what all buttons,menus and database need to be created for the same ...I'm using Microsoft Visual Studio 2008 with frame work 3.5 and would like to use SQL database for connecting...

View 5 Replies

Make An Atm Which Is Used In Tailoring Shop And Withdrawing The Suits (dress)?

Jun 9, 2011

i want to make an atm which is used in tailoring shop and withdrawing the suits(dress) the we have given to tailor... the tailor has to issue the card with the measurements of our dress next time we want to make that dress and directly go to the atm point...

View 7 Replies

Write A Program That Calculates A Bill For Pizza Shop?

Oct 12, 2009

I am trying to write a program that compute the bill for a pizza shop and I cannot figure out what I am doing wrong when I build it there are no errors but when I debug it it will not run [code]...

View 4 Replies

Write Code Control Internet Shop Using Program?

Mar 3, 2010

I want some of you tell me how to write code control internet shop using vb.net

View 1 Replies

Pizza Shop - Take Orders - Populate Text Box From Databound Combo Box?

Sep 28, 2010

got a pizza shop and the assingment is to create a application which alows the user to take a customer's order... I have a combo box filled with all of the items you can order (data from an access file)... and I need to have it so that when you select an item, it shows up in a text box below... I keep getting an error message saying you can't convert datarowview to string..

here is some

Private Sub TakeOrders_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'TODO: This line of code loads data into the 'PROJECT4DataSet.Items' table. You can move, or remove it, as needed.
Me.ItemsTableAdapter.Fill(Me.PROJECT4DataSet.Items)
End Sub

[code]....

View 3 Replies

Shop Code - List Of Selected Products Will Be Saved In A .text File

Jul 31, 2008

I've got 2 seperated programs.

One is a program where you can select a product and select how many of them you want. Then the total price wil be displayedin a label. And the list of selected products will be saved in a .txt file.

The second program is an Edit program. The user can edit his selected products. Here he can change the total of a product.So if he had selected 1, he can change it to three or something. When the user clicks the button Save. The changes will besaved in the same .txt file and the total price will also be changed and displayed in program one.

Program one is compleet.Program two has problems and here i need your help:- the user can't make a change in the numbers, seems that the textbox is read-only or something. How to solve?- Then when i click save, the changed must be saved in the .txt ( i can't test this yet because no changes can't be made)- the total new price must be showed in program 1 (i think i programmed this well, but can you take a look)

Here is a part of my code of program 1:

CODE:

View 3 Replies

Making A Prototype "registration Code Generator"?

Mar 4, 2011

I need alot of help... I was making a prototype "registration code generator" that creates 25 character GUIDs and outputs them to a listbox. then after it outputs, it does this:

For Each s As Object In ListBox1.Items
For Each z As Char In s
If counter = 4 Then
counter = 0

[Code]...

View 3 Replies

Creating A Data Layer - Prototype An Application With A data Layer?

Jul 26, 2009

I am trying to prototype an application with a data layer on my computer at home using Visual Basic 2008 express edition with SQL Server Compact 3.5. My production situation at work is SQL Server 2000 and I am using Visual Basic 2005 professional for development.I am trying to write the code to create a seperate data layer. Here is my code. First the data layer:

Imports
System.Data
Imports[code].....

My Problem is that the data does not show up in the text boxes.

View 1 Replies

Develop A ASP.Net Web Application Using C# Or VB?

Jun 22, 2011

I am new to this forum and I would like some help from my respected seniors.I am trying to develop a ASP.Net Web Application using C# or VB. First of all prefer me whether C# would be easy or VB for the following scenario:Below are the requirements:

1. For All Users:

Text-chat feature will allow users to chat with the available online users.

2. For Registered User:Allow users to create new folders and sub-folders, to store (upload) files.Allow users to perform move/copy/delete operations on folders and files. The percentage of storage capacity remaining and used should be displayed on the top. Automatic versioning system will record the version/revision information when a file is replaced/overwritten Team management feature will allow users to work in teams (by inviting other existing registered users). The activities of the team include access to the password protected area for the team, uploading files, commenting on the uploaded files (discussion), polls, automatic and manual reminders to the team members.

3. For Administrator:

Approve/Reject new team requests; update/delete existing teams.View all the files and folders uploaded on the server.Allow to perform delete operation on any existing file/folder existing on the server.Delete account for any registered user.Define and Edit storage capacity and other limits such as Maximum file size allowed for uploading.

Queries:

1) As, every user will have his/her own PERSONAL profile page then how will the system redirect the user to his/her PERSONAL profile page after hitting Login?

2) How this chatting feature can be developed?

3) How this storage capacity would be assigned overall?

4) How Administrator will manage all this?

I am totally confused.I have developed SRS as well. but in coding I am totally stuck as I am not so good in coding. I thought Visual Studio 2010 would help me effectively in this case, and I am trying but couldn't find any way for this to be done.

View 4 Replies

Develop Apps For PC And Mac?

Mar 19, 2012

I need to develop some apps that will be accessed from both PC and macs. Can this be done with visual Studio 2010?

View 2 Replies

Develop For MonoTouch Using .NET Rather Than C#?

Dec 29, 2010

Is there any way to develop for MonoTouch using VB.NET, rather than C#?

View 2 Replies

Develop POS Program In VB?

Aug 9, 2011

Want to develop POS program in visual basic?

View 2 Replies

How To Develop A Standard C#

Oct 5, 2009

So, I don't want this to get into a flame war between C# and VB.NET developers. This is purely from a standpoint of a development department going forward. We've been a VB.NET company for years, but that was mainly due to who we've hired. That requirement has fallen off the wayside as of late, as we've pulled in 2 guys who specialize in C#. I used to be a C++/C# guy before converting to VB.NET for this company.

So, to everyone who has to deal with this whether on a hiring basis or a maintainability basis: how do you handle standardizing languages of choice going forward? I'm inclined to make a push for C#, as that'll make 3 solid C# developers here. But just curious what everyone's thoughts on this are.

View 12 Replies

How To Develop A VB Compiler

Mar 14, 2011

I am underway to develop a VB.Net compiler using visual studio 2005, but so far I am not aware on how to go about, regarding to what are the key requirements or skills required for developing a compiler.

View 3 Replies

How To Develop Plugin

Dec 15, 2010

i need to develop a plugin to evaluate web interfaces. Can someone guide me about how to develop plugin in vb 2008 express.

View 4 Replies

VS 02/03 Develop Under NET 1.1 And Run On Windows 7 (x64)?

Jan 20, 2010

I develop an VB application unter XP with VS 2003 (.NET 1.1).

Is it possible to run it on a system with Windows 7 (x64) or do i have to change my programming environment ???

The code itself is in a directory on a windwos server and the workstation has only
a link to the EXE-file server01programsigiksigik.exe. until VISTA, it worked, if i call .net configuration wizard and give "full trust" to "intranet".

can i install .net on a pc with windows 7 ?

View 3 Replies

.net - Develop Accumulator Codes?

Nov 7, 2009

This is for vb.net I've been working to develop a system which involves computation.What I've been trying to develop in my program is, I have a textbox where user will enter a numeric value,there is a button and a label below and in the first place the label should be set to zero. Everytime you enter a numeric value in the textbox and click the button it should add the value in the label and should save the value in the label so even if you exit the program whatever the last value displayed in the label should remain the same when run the program again,I believe it requires a database to save the value.Basically its like with payment system which saves the total amount of all payments made.

This is how should it works,say for example,if you will enter 1,2,3 it should save the sum value which is 6 in the label even if you close the program and when you run it again and enter another value it should add to the current value which is 6.

View 3 Replies

Begin To Develop EDI 837 Professional?

Feb 2, 2011

I want to develop an EDI 837 Professional project and I don't understand from where to start. If anybody knows about this & have worked on it then please help me & give me advice where do I start from ?

View 1 Replies

Compile A Develop Software?

Jul 25, 2009

I have a problem when trying to compile a develop software. I get this registration error.

View 6 Replies

Develop .net Apps In Ubuntu?

Mar 27, 2012

i need to change my OS to Ubuntu.i can develop .net apps in ubuntu.

View 2 Replies

Develop A GUI Chess Game?

Sep 18, 2009

I am a VB.Net programmer and i want to develop a GUI chess game(computer vs human begin and human begin vs human begin)with 3D ChessPieces in VB.Net 2008 as my final year project in school.

View 2 Replies

Develop A Barcode Generator?

Sep 19, 2009

How to develop a barcode generator and able to print it out? Google so long but unable to find any sample to do it.

View 2 Replies

Develop A Chatt Like Msn / Yahoo. In Net?

Feb 7, 2009

im luking for sumbdy who can develop me a chatt like msn / yahoo. in vb net.Functions:

[Code]...

View 18 Replies

Develop A Method / Function

Jun 6, 2011

Need some help to develop a method/function. No problem if there is no code but I would like to start discussing the best way of doing this even in high level language. First of all would like to provide you with some information. The set that I use here is very small, but the data is on a table in mysql and there will be over a million rows. Its important because if I make a complex loop code, maybe there will be a lot of selects in there.[code]

View 9 Replies

Develop A Network Application?

Dec 30, 2009

I want to develop an accounting software for a mini Super-Store, this program will be able to run on a network with a central database; in other words a network application. I have not used sql sever before neither have I written any application that will run on a network.

View 7 Replies

Develop A Notepad Editor?

Jan 22, 2010

i want to develop a notepad editor...in VB 6.....

View 1 Replies







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