473,398 Members | 2,120 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Can It Be Done?

Hello group. I am new to asp.net though I have some web site creation
experience with html and Dreamweaver. I am wanting to design a web site
that has buying and selling and trading capibilities. I would also like to
design a desktop app that a person can put in there inventory and use it as
a kind of interface to upload what they wold like to sell. Is this
possible?

Thanks,

Bryan Krossley
Oct 8 '07 #1
5 1102
"Bryan Krossley" <kr******@mindspring.comwrote in message
news:Oh**************@TK2MSFTNGP06.phx.gbl...
Hello group. I am new to asp.net though I have some web site creation
experience with html and Dreamweaver. I am wanting to design a web site
that has buying and selling and trading capibilities.
Yes - pretty much anything which can be done in a web application can be
done with ASP.NET and a backend database...
I would also like to design a desktop app that a person can put in there
inventory and use it as a kind of interface to upload what they wold like
to sell. Is this possible?
Absolutely! Just point the desktop app at the same database... :-)
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 8 '07 #2
Thanks for the reply,

Could you give me any ideas on where to start as far as learning how to
implement. Like I said I am new but determined.

Thanks

Bryan
"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:OF**************@TK2MSFTNGP06.phx.gbl...
"Bryan Krossley" <kr******@mindspring.comwrote in message
news:Oh**************@TK2MSFTNGP06.phx.gbl...
>Hello group. I am new to asp.net though I have some web site creation
experience with html and Dreamweaver. I am wanting to design a web site
that has buying and selling and trading capibilities.

Yes - pretty much anything which can be done in a web application can be
done with ASP.NET and a backend database...
>I would also like to design a desktop app that a person can put in there
inventory and use it as a kind of interface to upload what they wold
like to sell. Is this possible?

Absolutely! Just point the desktop app at the same database... :-)
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 8 '07 #3
"Bryan Krossley" <kr******@mindspring.comwrote in message
news:eZ**************@TK2MSFTNGP03.phx.gbl...
Could you give me any ideas on where to start as far as learning how to
implement. Like I said I am new but determined.
http://www.amazon.com/ASP-NET-Everyd...0616805&sr=8-3
http://samples.gotdotnet.com/quickstart/aspplus/
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 8 '07 #4
"Bryan Krossley" <kr******@mindspring.comwrote in message
news:eZ**************@TK2MSFTNGP03.phx.gbl...
Thanks for the reply,

Could you give me any ideas on where to start as far as learning how to
implement. Like I said I am new but determined.
Her is my vote:

Get a database and add some tables; one for the objects for sale including
fields for status (for sale/sold), dates and whatever; one for login with
username, password and other info depending on how to invoice the buyer.
Maybe other tables too. The database can be whatever from Access to Oracle,
depending on what you have at hand.

Regarding app versus web, my choice would be to go for a web-solution only.
With at login page you can have a upload/admin page accessible only to the
administrator of the system.

The other users go to a page with objects for sale listed in a grid/table,
they add the desired object to a basket, clicks checkout - and yes - this is
of course absolutely possible with ASP.NET !!

(there are however many strange holes to fall into - but later there are
many magnificent mountains to yell from too)

Bjorn
Oct 8 '07 #5
Bryan,
Not to sound like a broken MP3 but the place to start is the ASP.NET web
site and the QUCKSTARTS. They also have sample applications you can download
and use as a starting point.
Peter
--
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"Bryan Krossley" wrote:
Hello group. I am new to asp.net though I have some web site creation
experience with html and Dreamweaver. I am wanting to design a web site
that has buying and selling and trading capibilities. I would also like to
design a desktop app that a person can put in there inventory and use it as
a kind of interface to upload what they wold like to sell. Is this
possible?

Thanks,

Bryan Krossley
Oct 8 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: itsharkopath | last post by:
Hi, Imagine a user in a hotspot, when he comes to the hotspot and tries to load a webpage (on the internet), he would automatically redirected to login page. I believe the following is to be...
9
by: Steven T. Hatton | last post by:
This was written for the gnu.g++.help list. It rather clearly spells out the most important feature of Java that I believe C++ lacks. I really don't believe the C++ Standard sepcifies enough for a...
16
by: jaialai technology | last post by:
I want to reload a url in a browser window so I do something like this: open(window.location.href= "www.yahoo.com"); ok, so now I want to do something when that page is done loading completely....
5
by: Morten Overgaard | last post by:
Hi I have a C# component which fires events. I want to catch these events in my MFC app compiled with the /clr. I know I can define a managed class in my MFC app which traps the events - but I...
11
by: Sharon | last post by:
I'm writing a new control derived from UserControl. I need to get an event when the control is done resizing. I tried the Resize, SizeChanged, Move and the Layout events and I also tried to...
3
by: Miguel Dias Moura | last post by:
Hi, When I subscribe a web site I usually receive an email to confirm my subscription. Only after I follow the link in the email my account gets activated. In general, how is this done? Can...
4
by: BrianDH | last post by:
Group Early this week I ask for examples on how to call a VB.NET Web Service and access its DataSet for a traditional ASP page. I was told, "you can't", "won't work", "not possible". Well I...
12
by: Ark | last post by:
Hello NG, I arrange data in structs like { members... uint16_t crc; more members, maybe... } Then I need to save them, up to and including crc, in non-volatile memory or a file, as the case...
2
by: maya | last post by:
http://news.yahoo.com/news?tmpl=index2&cid=703 down the page, under "More Stories", there's a section with two interchangeable divs which slide back and forth into view.. how is this done? I...
2
by: poolboi | last post by:
hey guys, i've done most of my web app. for searching almost done but then i got a small little problem with logging in i need to know how session tracking is done in perl if not my log in page...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.