Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Creating grid in ASP


Message #1 by john@o... on Tue, 20 Nov 2001 08:18:31
I'm doing a project on online inventry system. This system must allow user 

to key in invoice, receipt and so on. I do not know how to actually allow 

user to enter information into an invoice edit it and print it.



Hope there are someone who can help me and advice me on this matter.



Thank you.

John
Message #2 by "Babu" <babumk@r...> on 20 Nov 2001 12:07:37 -0000

=0D=0AJohn,=0D=0A=0D=0AI can help you. Please specify the details.=0D=0A=0D

=0ARegards,=0D=0ABabu=0D=0A=0D=0AOn Tue, 20 Nov 2001 john@o... wro

te :=0D=0A> I'm doing a project on online inventry system. This =0D=0A> sys

tem must allow user =0D=0A> to key in invoice, receipt and so on. I do not 

know how =0D=0A> to actually allow =0D=0A> user to enter information into a

n invoice edit it and =0D=0A> print it.=0D=0A> =0D=0A> Hope there are someo

ne who can help me and advice me on =0D=0A> this matter.=0D=0A> =0D=0A> Tha

nk you.=0D=0A> John=0D=0A> ---=0D=0A> You are currently subscribed to asp_d

iscuss as: =0D=0A> babumk@r...=0D=0A> To unsubscribe send a blank

 email to =0D=0A> $subst('Email.Unsub')=0D=0A> =0D=0A =0A

Message #3 by "Steven A Smith" <ssmith@a...> on Tue, 20 Nov 2001 07:20:14 -0500
Try this:

http://aspgrid.com/



Steve



Steven Smith

ssmith@a...

President, ASPAlliance.com

http://aspalliance.com    The #1 ASP.NET Community

http://aspsmith.com        ASP.NET Training for ASP Developers



Get The Book: ASP.NET By Example

http://www.amazon.com/exec/obidos/ASIN/0789725622/stevenatorasp/

----- Original Message ----- 

From: "Babu" <babumk@r...>

To: "asp_discuss" <asp_discuss@p...>

Sent: Tuesday, November 20, 2001 7:07 AM

Subject: [asp_discuss] Re: Creating grid in ASP









John,



I can help you. Please specify the details.



Regards,

Babu



On Tue, 20 Nov 2001 john@o... wrote :

> I'm doing a project on online inventry system. This 

> system must allow user 

> to key in invoice, receipt and so on. I do not know how 

> to actually allow 

> user to enter information into an invoice edit it and 

> print it.

> 

> Hope there are someone who can help me and advice me on 

> this matter.

> 

> Thank you.

> John



> babumk@r...


> $subst('Email.Unsub')

> 

 
















Message #4 by john@o... on Wed, 21 Nov 2001 06:57:51
the modules looks like this,



There are few columns(field) namely the Product Code(dropdown), Product 

Name(dropdown), price per unit, Quantity, and total(ppu*qq). When a user a 

product code or product name, the product details will be shown out with 

the quantity set to 1. The user then can edit it by add more to the 

quantity.

The user can input up to 25 records. this grid will not update the datbase 

until the user press on the OK button.



Please advice on this situation.



john

  Return to Index