Master Detail ASP.Net Web Form

  • Thread starter Thread starter Gary Brower
  • Start date Start date
G

Gary Brower

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
 
Gary Brower said:
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
 
Thanks for the pointer - I'll try there.

Cheers,
Gary

Armin Zingler said:
Gary Brower said:
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,
You think that he can reach that sollution without any piece of VB.net
language code?
Cor
 
Cor said:
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.
 
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
 
Hello,

Cor said:
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,
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. 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.

Almost angry but very true very sad.
Cor.
 
Hello,

Cor said:
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).
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,
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
 
Hello,

Cor said:
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.

;-)
 
Back
Top