473,378 Members | 1,403 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,378 software developers and data experts.

Master Detail ASP.Net Web Form

Hi,
I am using VB.Net to create an ASP web form. My goal is to create a
master/detail web form that allows users to create new master and detail
records. For example the form would have header that would have fields for:
Customer XXXXX
CustomerAddress XXXXX
CustomerEtc... XXXXX

Then there would be a data grid that would allow the user to enter order
information.
ItemOrdered QuantityOrdered Price Etc
XXXXX XXXXX XXX XXXXX
XXXXX XXXXX XXX XXXXX

The goal is that the user would enter customer information once, then enter
many lines of order information, then press send to update the master and
detail record at the database.

I thought I could find a quick example and knock this out quick, but after
extensive looking I have not been able to find an answer. If anyone could
tell me how this can be done (either the way I have envisioned or perhaps by
recommending a better way), I would be most appreciative.

Cheers,
Gary Brower


Nov 20 '05 #1
12 7800
"Gary Brower" <ga*********@verizon.net> schrieb
Hi,
I am using VB.Net to create an ASP web form. My goal is to create
a master/detail web form that allows users to create new master and
detail records. For example the form would have header that would
have fields for: Customer XXXXX
CustomerAddress XXXXX
CustomerEtc... XXXXX
[...]


Looks like an ASP.NET question:
microsoft.public.dotnet.framework.aspnet
--
Armin

Nov 20 '05 #2
Thanks for the pointer - I'll try there.

Cheers,
Gary

"Armin Zingler" <az*******@freenet.de> wrote in message
news:e4**************@TK2MSFTNGP11.phx.gbl...
"Gary Brower" <ga*********@verizon.net> schrieb
Hi,
I am using VB.Net to create an ASP web form. My goal is to create
a master/detail web form that allows users to create new master and
detail records. For example the form would have header that would
have fields for: Customer XXXXX
CustomerAddress XXXXX
CustomerEtc... XXXXX
[...]


Looks like an ASP.NET question:
microsoft.public.dotnet.framework.aspnet
--
Armin

Nov 20 '05 #3
Cor
Armin,
You think that he can reach that sollution without any piece of VB.net
language code?
Cor
Nov 20 '05 #4
"Cor" <no*@non.com> schrieb
You think that he can reach that sollution without any piece of
VB.net language code?


Yes, it is possible. The knowledge, i.e. the answer to the question, is not
language dependent - as far as I've understood the question. Well, of course
not every question fits to a group at 100% (for example C# to VB.NET
conversion questions) but in this case, I think the other group is the
_most_ appropriate one.
--
Armin

Nov 20 '05 #5
Cor
I think not Armin,
He gets probably an example for a ASP.NET application without VB.net, so for
him a missed change to get used to the benefits from VB.Net with a
Webapplication, while he special did ask for that.

Please do what Fergus and I asked, wait a while answering this kind of
questions if you'r in doubt, I'v seen Herfried does.
:-)
Without any harm feeling
Cor
Nov 20 '05 #6
Hello,

"Cor" <no*@non.com> schrieb:
I think not Armin,
He gets probably an example for a ASP.NET application without
VB.net, so for him a missed change to get used to the benefits from
VB.Net with a Webapplication, while he special did ask for that.
The solution for the OP's problem in VB.NET or C# is IMHO very similar. The
question should (IMHO too) be placed in the ASP.NET ng.
Please do what Fergus and I asked, wait a while answering
this kind of questions if you'r in doubt, I'v seen Herfried does.
:-)


Do you and Fergus want to be policemen?

SCNR

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #7
Cor
Herfried,
This was the question,
I am using VB.Net to create an ASP web form. My goal is to create a
master/detail web form that allows users to create new master and detail ......The solution for the OP's problem in VB.NET or C# is IMHO very similar. Thequestion should (IMHO too) be placed in the ASP.NET ng.


I am sory to say this, but this message from you is bullshit.

As this is the case than every question has to be redirected to another
newsgroup.

Almost angry but very true very sad.
Cor.

Nov 20 '05 #8
Hello,

"Cor" <no*@non.com> schrieb:
This was the question,
| I am using VB.Net to create an ASP web form. My
| goal is to create a master/detail web form that allows users
| to create new master and detail
web form, master, detail. That's in no way related to VB.NET. Sure, he
uses VB.NET to develop it, but I think the main part of the problem is not
the Visual Basic .NET language, it's the idea on how to solve the problem
(an ASP.NET problem).
The solution for the OP's problem in VB.NET or C# is
IMHO very similar. The question should (IMHO too) be
placed in the ASP.NET ng.


I am sory to say this, but this message from you is bullshit.


;-)
As this is the case than every question has to be redirected
to another newsgroup.
No. Nobody is _redirected_. It's only a _hint_.
Almost angry but very true very sad.


:-)

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #9
Cor
Herfried,
This was the question,
| I am using VB.Net to create an ASP web form. My
| goal is to create a master/detail web form that allows users
| to create new master and detail


web form, master, detail. That's in no way related to VB.NET. Sure, he
uses VB.NET to develop it, but I think the main part of the problem is not
the Visual Basic .NET language, it's the idea on how to solve the problem
(an ASP.NET problem).

Herfried, I really start doubting if you or/and Armin did ever made a VB.net
WebProject or a WebService project.

Do you know what Asp.net is?

Cor


Nov 20 '05 #10
Hello,

"Cor" <no*@non.com> schrieb:
Herfried, I really start doubting if you or/and Armin did ever
made a VB.net WebProject or a WebService project.
I really don't know what the big difference between a VB.NET and C# web
project is...
Do you know what Asp.net is?


Active Server Pages .NET.

;-)

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #11
Cor
Herfried,

I can advise you to take a look here

101 Code Samples for Visual Basic .NET
http://microsoft.com/downloads/detai...displaylang=en

There is an example for VB.net web development
The name is Master-Details Web form.

:-))))))))

Do you give it to Gary or would I give it, but I think it is to late now.

Cor
Nov 20 '05 #12
Hello,

"Cor" <no*@non.com> schrieb:
I can advise you to take a look here

101 Code Samples for Visual Basic .NET
http://microsoft.com/downloads/detai...displaylang=en
There is an example for VB.net web development
The name is Master-Details Web form.

:-))))))))

Do you give it to Gary or would I give it, but I think it is
to late now.


Oh, I didn't know that there is a sample for Master-Details Web Forms
included in the 101 Code Samples.

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #13

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

Similar topics

8
by: Raphael Gluck | last post by:
Hi Everyone I am having some problems with a master detail page i have set up to catalogue brochures from my site. On my master page www.tripakltd.com/brochures.asp users are invited to select...
1
by: Jim Bob | last post by:
I Have a form with two datagrids bound to two tables in a dataset. The top datagrid is a master and the one below it is a detail. I want to be able to click on a row in the master and fire an...
0
by: Serge Poirier | last post by:
Good Day Folks, I found the following code here on MSDN illustrating master/detail. You can see the original at the following URL. http://msdn.microsoft.com/library/default.asp?...
2
by: Coen | last post by:
Hello, I have a strange performance delay of about 2 sec's in moving to the next row. I use multiple forms with each master-detail table relations. The master-table displays it's table rows in...
0
by: plang | last post by:
:confused: I created a travel request form that allows multiple travelers and multiple legs per request. I have a standard form view that collects the traveler info from a main form and fills in the...
7
by: john | last post by:
In my form I have a master table and a details table linked 1xM. I can search through the whole parent table but I also like to be able to search through the child table fields to find parent...
0
by: Mike Wilson | last post by:
Dear group, I have an invoice entry form, which is a simple Master fields / Detail grid. The main summary information of the invoice are stored in one table in a dataset, which is bound using a...
2
by: John | last post by:
Hi I am trying to create a master/detail form. I have my master and details tables dragged onto the dataset. I have also dragged the fields from master table on the form which has created the...
1
Echooff3
by: Echooff3 | last post by:
My application utilizes a dataset with a couple of One to Many relations. If the user adds a new record and adds information to the master part of the form and adds information to the detail part of...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.