Turn your Mobile Apps into m-commerce apps – Learn More!

You're Browsing As A Guest! Register Now...
Become a ASP.NET Expert!

Join 416,729 ASP.NET Programmers for FREE! Get instant access to thousands of ASP.NET experts, tutorials, code snippets, and more! There are 2,946 people online right now.Registration is fast and FREE... Join Now!



Page 1 of 1

MINI PROJECT Rate Topic: -----

#1 rajisekar  Icon User is offline

  • New D.I.C Head
  • Pip

Reputation: 2
  • View blog
  • Posts: 1
  • Joined: 17-July 07


Dream Kudos: 0

Share |

MINI PROJECT

Post icon  Posted 17 July 2007 - 01:49 PM

I am MCA final student can u suggest me a topic 4 my Mini Project using ASP.net
Was This Post Helpful? 2


#2 Amadeus  Icon User is offline

  • g+ + -o drink whiskey.cpp
  • Icon

Reputation: 202
  • View blog
  • Posts: 13,456
  • Joined: 12-July 02


Dream Kudos: 25

Re: MINI PROJECT

Posted 17 July 2007 - 03:58 PM

Are there specific topics it must include? Specific functionality you've learned in your course? Parameters it must meet?
Was This Post Helpful? 0
  • +
  • -

#3 Shivanry  Icon User is offline

  • New D.I.C Head
  • Icon

Reputation: 1
  • View blog
  • Posts: 8
  • Joined: 11-July 07


Dream Kudos: 100

Re: MINI PROJECT

Posted 18 July 2007 - 07:42 AM

Mini project? Sure why not, this is an easy mini project that I put together (or something like it) for school. Make a tracking system that tracks CD's, employees, and customers for a small town Music Store. Don't go over the top, just make a simple database, a few views and chuck some datagrids on the page with editable functionality.

Database - SQL Server (do you have to e-mail this project, or host it on the schools webserver, and do they have SQL0??) or Microsoft Access (Just zip up your files with this DB, easy right?)
-----Just use the the system.data.oledb namespace and you will have everything you need to connect it up. The connection is really the same as SQL connections with the system.data.sqlclient namespace, just change the SQL with OLEDB.

Make queries in Access that append tables, and have them accept variables, like:

Insert into Employees (firstName,lastName,address) values (@firstName,@lastName,@address).

In asp .net, when you make the commandtype on the oledb command object, make it storedprocedure and make teh command text the name of your query. Then add the parameters to the command object (ie. cmd.addWithValue("@firstName", txtFirstName.text);)
Was This Post Helpful? 1

#4 Guest_sneha*


Reputation:

Re: MINI PROJECT

Posted 19 June 2010 - 11:06 AM

View PostShivanry, on 18 July 2007 - 07:42 AM, said:

Mini project? Sure why not, this is an easy mini project that I put together (or something like it) for school. Make a tracking system that tracks CD's, employees, and customers for a small town Music Store. Don't go over the top, just make a simple database, a few views and chuck some datagrids on the page with editable functionality.

Database - SQL Server (do you have to e-mail this project, or host it on the schools webserver, and do they have SQL0??) or Microsoft Access (Just zip up your files with this DB, easy right?)
-----Just use the the system.data.oledb namespace and you will have everything you need to connect it up. The connection is really the same as SQL connections with the system.data.sqlclient namespace, just change the SQL with OLEDB.

Make queries in Access that append tables, and have them accept variables, like:

Insert into Employees (firstName,lastName,address) values (@firstName,@lastName,@address).

In asp .net, when you make the commandtype on the oledb command object, make it storedprocedure and make teh command text the name of your query. Then add the parameters to the command object (ie. cmd.addWithValue("@firstName", txtFirstName.text);)




can u just give me a detailed description about how this projec will work and wat it does.
Was This Post Helpful? 0

#5 Guest_reetika*


Reputation:

Re: MINI PROJECT

Posted 04 July 2010 - 10:24 PM

View Postrajisekar, on 17 July 2007 - 01:49 PM, said:

I am MCA final student can u suggest me a topic 4 my Mini Project using ASP.net

Was This Post Helpful? 0

#6 Frinavale  Icon User is offline

  • D.I.C Addict
  • Icon

Reputation: 144
  • View blog
  • Posts: 546
  • Joined: 03-June 10


Dream Kudos: 100

Re: MINI PROJECT

Posted 05 July 2010 - 08:41 AM

Check out this thread about Project Ideas for a list of project ideas....

Also check out Martyr2’s Mega Project List for an even more detailed list of project ideas.

-Frinny
Was This Post Helpful? 1
  • +
  • -

#7 Guest_Anks*


Reputation:

Re: MINI PROJECT

Posted 05 August 2010 - 04:39 AM

View Postrajisekar, on 17 July 2007 - 01:49 PM, said:

I am MCA final student can u suggest me a topic 4 my Mini Project using ASP.net

Yes m too a MCA student n m trying 4 a E business online solution in .NET
Was This Post Helpful? 0

#8 Crunch  Icon User is offline

  • D.I.C Lover
  • Icon

Reputation: 123
  • View blog
  • Posts: 1,045
  • Joined: 28-July 09


Dream Kudos: 350

Re: MINI PROJECT

Posted 05 August 2010 - 04:48 AM

View PostAnks, on 05 August 2010 - 11:39 AM, said:

View Postrajisekar, on 17 July 2007 - 01:49 PM, said:

I am MCA final student can u suggest me a topic 4 my Mini Project using ASP.net

Yes m too a MCA student n m trying 4 a E business online solution in .NET


Your answer is on Post #6
Was This Post Helpful? 1
  • +
  • -

#9 macosxnerd101  Icon User is offline

  • Self-Trained Economist
  • Icon

Reputation: 1916
  • View blog
  • Posts: 10,357
  • Joined: 27-December 08


Dream Kudos: 1750

Expert In: Java, Data Structures, Economics

Re: MINI PROJECT

Posted 05 August 2010 - 04:49 AM

Topic closed. Please avoid necroposting.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users