Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > ADO.NET
|
ADO.NET For discussion about ADO.NET.  Topics such as question regarding the System.Data namespace are appropriate.  Questions specific to a particular application should be posted in a forum specific to the application .
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ADO.NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 3rd, 2005, 03:20 AM
Registered User
 
Join Date: May 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to SeemaChivate
Default VB.Net + Web App. + Access Database

Hi,
I want to develop a simple appl. using vb.net and access
database, but the app. must be web based. That means the user must be able to connect my app. using www.simpleapp.com, then enter some info. and send the info. to access database.

How can i achieve this?
Please let me know it in detail & with sample code.

Seema



Seema
 
Old June 3rd, 2005, 04:37 AM
Authorized User
 
Join Date: Jul 2004
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Default

To create a web based application, you need to create the application in
asp.net. It is not possible to elaborate on how to go about it.
This forum mainly addresses issues encountered while coding.
You will have to refer to some online tutorials or refer some
book to get started. All the best.

 
Old June 3rd, 2005, 12:42 PM
Authorized User
 
Join Date: May 2004
Posts: 83
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi,

I'd like to refer a few books to you:

For beginner level, consult:
      1) Visual Basic .NET Step By Step (MS Press)
      2) ASP.NET Step By Step (MS Press)

For intermediate to advanced level, see:
      1) Visual Basic .NET Unleashed (SAMS Publishing)
      2) ASP.NET Unleashed (SAMS Publishing)

These are amongst the best books and will surely help you build what you asked for and much, much more!

Regards,

ejan
 
Old June 6th, 2005, 08:59 AM
Registered User
 
Join Date: May 2005
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to SeemaChivate
Default

hi,
i read ur reply.
Thank you for your kind information on the related books.

but what happend to me is, i am reading book on the same subject by Wrox, name is Professional VB.NET ,
The book tells all about O.O.P. , .Net concepts and all.
but i didnt find any chapter that will help me to build such a simple app. for practice.

I will try the book given by u.

but still i have one Q in my mind. that Vb.Net says the u can easily build web app. by using Vb projects -> Asp.Net from that.
If so then can i build a simple web app. from VB.NET

please reply
seema



Quote:
quote:Originally posted by ejan
 Hi,

I'd like to refer a few books to you:

For beginner level, consult:
     1) Visual Basic .NET Step By Step (MS Press)
     2) ASP.NET Step By Step (MS Press)

For intermediate to advanced level, see:
     1) Visual Basic .NET Unleashed (SAMS Publishing)
     2) ASP.NET Unleashed (SAMS Publishing)

These are amongst the best books and will surely help you build what you asked for and much, much more!

Regards,

ejan
Seema
 
Old June 6th, 2005, 09:18 AM
Authorized User
 
Join Date: May 2004
Posts: 83
Thanks: 0
Thanked 1 Time in 1 Post
Default

Quote:
quote:Originally posted by SeemaChivate
 hi,
i read ur reply.
Thank you for your kind information on the related books.

but what happend to me is, i am reading book on the same subject by Wrox, name is Professional VB.NET ,
The book tells all about O.O.P. , .Net concepts and all.
but i didnt find any chapter that will help me to build such a simple app. for practice.

I will try the book given by u.

but still i have one Q in my mind. that Vb.Net says the u can easily build web app. by using Vb projects -> Asp.Net from that.
If so then can i build a simple web app. from VB.NET

please reply
seema



Quote:
quote:Originally posted by ejan
 Hi,

I'd like to refer a few books to you:

For beginner level, consult:
     1) Visual Basic .NET Step By Step (MS Press)
     2) ASP.NET Step By Step (MS Press)

For intermediate to advanced level, see:
     1) Visual Basic .NET Unleashed (SAMS Publishing)
     2) ASP.NET Unleashed (SAMS Publishing)

These are amongst the best books and will surely help you build what you asked for and much, much more!

Regards,

ejan
Seema
Hi,

Well, the book Professional VB.NET, as the name implies, is for professional developers who have a good deal of experience developing .NET applications. I guess you've just started learning to program. I'd recommend that you put this book off the shelf until you become proficient in programming with VB.NET. By the way, this book introduces web programming in Chapter 14: Web Forms (Pro VB.NET 2nd Edition).

Now about your question: You can create ASP.NET applications in many languages. These include C#.NET, VB.NET, J#.NET and many others. So you can build an ASP.NET app with VB.NET. To do so, Click File, then New, and then Project in VS.NET IDE. Now select Visual Basic Projects as Project Type and select the ASP.NET Web Application template. This will create an ASP.NET application that will be built using VB.NET language.

I hope this helps.

Regards,


ejan
 
Old June 16th, 2005, 02:31 AM
Authorized User
 
Join Date: May 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to shaileshk Send a message via Yahoo to shaileshk
Default

hi

I am developing web base application useing asp.net and C#

i have some some knowlage about asp.net ans c# now i want to move in advance topic

Please sugest me any book for advance asp.net with c# .
if any one have online book or PDf file then email me [email protected]

Thanks
shailesh


shailesh kavathiya
http://www.kavathiya20m.com
 
Old July 7th, 2005, 04:06 AM
Authorized User
 
Join Date: Jul 2005
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi Seema, Iam also facing the same problem as iam also using professional VB.NET & had overcame the problem through the MSDN HELP PROVIDED WITH VB.NET.Though it doesn't explain things in great detail but it can be of immense use if you know the basics & fundamentals of VB.NET and .NET architecture.

regards,

Lalit Pradhan






Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert a VB.Net app to a web app? furjaw VB.NET 3 September 24th, 2007 12:27 PM
how to replica access with vb.net on web slax Access 1 December 7th, 2005 08:50 AM
Connecting database using ms access and vb.net adil_farooq Access 0 October 27th, 2005 11:54 PM
how vb.net connect access database abbee99 ADO.NET 1 April 29th, 2005 04:21 AM
Controlling brower attributes from VB.net web app jmyers Pro VB.NET 2002/2003 1 December 5th, 2003 01:18 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.